Module: TwelvedataRuby
- Defined in:
- lib/twelvedata_ruby.rb,
lib/twelvedata_ruby/error.rb,
lib/twelvedata_ruby/utils.rb,
lib/twelvedata_ruby/client.rb,
lib/twelvedata_ruby/request.rb,
lib/twelvedata_ruby/endpoint.rb,
lib/twelvedata_ruby/response.rb
Overview
The one module that all the classes and modules of this gem are namespaced
Defined Under Namespace
Modules: Utils Classes: BadRequestResponseError, Client, Endpoint, EndpointError, EndpointNameError, EndpointParametersKeysError, EndpointRequiredParametersError, Error, ForbiddenResponseError, InternalServerResponseErro, NotFoundResponseError, PageNotFoundResponseError, ParameterTooLongResponseError, Request, Response, ResponseError, TooManyRequestsResponseError, UnauthorizedResponseError
Constant Summary collapse
- VERSION =
Holds the current version
"0.3.0"
Class Method Summary collapse
-
.client(**options) ⇒ Client
A convenient and clearer way of getting and overriding default attribute values of the singleton ‘Client.instance`.