Module: LinodeAPI
- Defined in:
- lib/linodeapi.rb,
lib/linodeapi/raw.rb
Overview
Raw API wrapper, dynamically loaded from the published spec
Defined Under Namespace
Classes: Raw
Constant Summary collapse
- DEFAULT_ENDPOINT =
Default API endpoint
'https://api.linode.com/'- SPEC_URL =
'https://api.linode.com/?api_action=api.spec'
Class Method Summary collapse
Class Method Details
.spec ⇒ Object
13 14 15 |
# File 'lib/linodeapi.rb', line 13 def spec @spec ||= { type: :group, subs: fetch_spec } end |