Module: TimelyApp

Defined in:
lib/timely-app/client/auth.rb,
lib/timely-app.rb,
lib/timely-app/client.rb,
lib/timely-app/errors.rb,
lib/timely-app/params.rb,
lib/timely-app/record.rb,
lib/timely-app/response.rb,
lib/timely-app/link_header.rb,
lib/timely-app/client/roles.rb,
lib/timely-app/client/teams.rb,
lib/timely-app/client/users.rb,
lib/timely-app/client/events.rb,
lib/timely-app/client/labels.rb,
lib/timely-app/client/clients.rb,
lib/timely-app/client/reports.rb,
lib/timely-app/client/accounts.rb,
lib/timely-app/client/projects.rb,
lib/timely-app/client/webhooks.rb,
lib/timely-app/client/forecasts.rb,
lib/timely-app/client/permissions.rb,
lib/timely-app/client/user_capacities.rb

Overview

Defined Under Namespace

Classes: Client, Error, Record

Constant Summary collapse

VERSION =
'1.3.1'
ClientError =
Class.new(Error)
ServerError =
Class.new(Error)
UnauthorizedError =
Class.new(ClientError)
NotFoundError =
Class.new(ClientError)
ForbiddenError =
Class.new(ClientError)