Module: ClashOfClansApi::TokenApi
- Extended by:
- ApiFrame::EndpointMethods
- Defined in:
- lib/clash_of_clans_api/token_api.rb
Constant Summary collapse
- BASE_URI =
URI('https://developer.clashofclans.com/api/')
Class Method Summary collapse
Class Method Details
.base_uri ⇒ Object
10 11 12 |
# File 'lib/clash_of_clans_api/token_api.rb', line 10 def base_uri BASE_URI end |