Class: Neows::REST::Client
- Includes:
- API
- Defined in:
- lib/neows/rest/client.rb
Constant Summary collapse
- BASE_URL =
'http://www.neowsapp.com/rest/v1'
Instance Attribute Summary
Attributes inherited from Client
Instance Method Summary collapse
Methods included from Neo
Methods included from Feed
Methods included from Stats
Methods inherited from Client
Constructor Details
This class inherits a constructor from Neows::Client
Instance Method Details
#url ⇒ String
11 12 13 |
# File 'lib/neows/rest/client.rb', line 11 def url BASE_URL end |