Class: Neows::REST::Client

Inherits:
Client
  • Object
show all
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

#base_url

Instance Method Summary collapse

Methods included from Neo

#browse, #neo

Methods included from Feed

#feed

Methods included from Stats

#stats

Methods inherited from Client

#initialize, #user_agent

Constructor Details

This class inherits a constructor from Neows::Client

Instance Method Details

#urlString

Returns:

  • (String)


11
12
13
# File 'lib/neows/rest/client.rb', line 11

def url
  BASE_URL
end