Module: Freshly
- Defined in:
- lib/freshly.rb,
lib/freshly/error.rb,
lib/freshly/client.rb,
lib/freshly/default.rb,
lib/freshly/version.rb,
lib/freshly/connection.rb,
lib/freshly/configurable.rb,
lib/freshly/client/tickets.rb,
lib/freshly/response/raise_error.rb
Overview
Why is this empty
Other api wrappers open include a way to query directly from the root namespace. It might be useful for somethings however I don’t think this is a good practise. It encourages a user to just pickup and start using the library without considering what they are doing. I am not forcing someone to make an arduous amount of work, just making a simple thought about what they are trying to achieve
Defined Under Namespace
Modules: Configurable, Connection, Default, Response Classes: AccessDenied, AuthenticationFailed, BadGateway, BadRequest, Client, ClientError, Conflict, Error, InternalServerError, MethodNotAllowed, NotAcceptable, NotFound, NotImplemented, RateLimitExceeded, ServerError, ServiceUnavailable, UnsupportedMediaType
Constant Summary collapse
- VERSION =
"0.1.0"