Method: FubClient::Client#api_uri
- Defined in:
- lib/fub_client/client.rb
#api_uri ⇒ Object
19 20 21 |
# File 'lib/fub_client/client.rb', line 19 def api_uri @api_uri ||= URI::HTTPS.build(host: API_URL, path: "/#{API_VERSION}") end |
19 20 21 |
# File 'lib/fub_client/client.rb', line 19 def api_uri @api_uri ||= URI::HTTPS.build(host: API_URL, path: "/#{API_VERSION}") end |