Module: StreamAPI

Defined in:
lib/streamapi/client.rb,
lib/streamapi.rb,
lib/streamapi/embed.rb

Overview

Ruby wrapper to access StreamAPI definitions API. Has dependency on HTTParty gem. No exception handling or other niceties. Intended as an API demo, not meant for production use Based on Wordnik Ruby api client

Defined Under Namespace

Classes: ApiNotFoundError, ApiServerError, Client, Embed, InvalidApiKeyError, InvalidAuthTokenError

Constant Summary collapse

URL =
'http://api.streamapi.com/service'
TIMEOUT =
30
DEBUG =
false