Module: K8y::REST

Defined in:
lib/k8y/rest.rb,
lib/k8y/rest/auth.rb,
lib/k8y/rest/error.rb,
lib/k8y/rest/client.rb,
lib/k8y/rest/config.rb,
lib/k8y/rest/transport.rb,
lib/k8y/rest/auth/basic.rb,
lib/k8y/rest/auth/token.rb,
lib/k8y/rest/connection.rb,
lib/k8y/rest/auth/factory.rb,
lib/k8y/rest/auth/auth_base.rb,
lib/k8y/rest/request_wrapper.rb,
lib/k8y/rest/auth/token_store.rb,
lib/k8y/rest/config_validator.rb,
lib/k8y/rest/response_formatter.rb,
lib/k8y/rest/auth/providers/factory.rb,
lib/k8y/rest/auth/providers/gcp/factory.rb,
lib/k8y/rest/auth/providers/provider_base.rb,
lib/k8y/rest/auth/providers/gcp/command_provider.rb,
lib/k8y/rest/auth/providers/gcp/application_default_provider.rb

Defined Under Namespace

Modules: Auth Classes: Client, Config, ConfigValidator, Connection, RequestWrapper, ResponseFormatter, Transport

Constant Summary collapse

Error =
Class.new(Error)
HTTPError =
Class.new(Error)
ClientError =
Class.new(HTTPError)
NotFoundError =
Class.new(ClientError)
RetriableUnauthorizedError =
Class.new(ClientError)
UnauthorizedError =
Class.new(ClientError)
ServerError =
Class.new(HTTPError)