Sha256: fde4b43c3f94d17efed4a079b8dcd7a80327218aa55372eb5791dea793972e8d
Contents?: true
Size: 1.62 KB
Versions: 1
Compression:
Stored size: 1.62 KB
Contents
=begin #ORY Keto #Ory Keto is a cloud native access control server providing best-practice patterns (RBAC, ABAC, ACL, AWS IAM Policies, Kubernetes Roles, ...) via REST APIs. The version of the OpenAPI document: v0.7.0-alpha.1 Contact: hi@ory.sh Generated by: https://openapi-generator.tech OpenAPI Generator version: 5.2.1 =end # Common files require 'ory-keto-client/api_client' require 'ory-keto-client/api_error' require 'ory-keto-client/version' require 'ory-keto-client/configuration' # Models require 'ory-keto-client/models/expand_tree' require 'ory-keto-client/models/get_check_response' require 'ory-keto-client/models/get_relation_tuples_response' require 'ory-keto-client/models/health_not_ready_status' require 'ory-keto-client/models/health_status' require 'ory-keto-client/models/inline_response400' require 'ory-keto-client/models/internal_relation_tuple' require 'ory-keto-client/models/patch_delta' require 'ory-keto-client/models/relation_query' require 'ory-keto-client/models/subject_set' require 'ory-keto-client/models/version' # APIs require 'ory-keto-client/api/health_api' require 'ory-keto-client/api/read_api' require 'ory-keto-client/api/version_api' require 'ory-keto-client/api/write_api' module OryKetoClient class << self # Customize default settings for the SDK using block. # OryKetoClient.configure do |config| # config.username = "xxx" # config.password = "xxx" # end # If no block given, return the default Configuration object. def configure if block_given? yield(Configuration.default) else Configuration.default end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ory-keto-client-0.7.0.alpha1 | lib/ory-keto-client.rb |