Module: ClashOfClansApi::TokenApi

Extended by:
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

Methods included from EndpointMethods

endpoint_headers, included, perform_request, transform_response

Class Method Details

.base_uriObject



10
11
12
# File 'lib/clash_of_clans_api/token_api.rb', line 10

def base_uri
  BASE_URI
end