Sha256: fc12e5923d470a0c431ca01377097bb9a788d1f95fcf6145a6af5e887b48cbb0
Contents?: true
Size: 276 Bytes
Versions: 4
Compression:
Stored size: 276 Bytes
Contents
require 'neows/rest/api' require 'neows/client' module Neows module REST class Client < Neows::Client BASE_URL = 'http://www.neowsapp.com/rest/v1' include Neows::REST::API # @return [String] def url BASE_URL end end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
neows-1.1.0 | lib/neows/rest/client.rb |
neows-1.0.0 | lib/neows/rest/client.rb |
neows-0.0.2 | lib/neows/rest/client.rb |
neows-0.0.1 | lib/neows/rest/client.rb |