Sha256: bbef1f1770df397cdca53e356aedda28d293deb157877ef907a801848dc774b9

Contents?: true

Size: 1.66 KB

Versions: 1

Compression:

Stored size: 1.66 KB

Contents

=begin
#Ory Keto API

#Documentation for all of Ory Keto's REST APIs. gRPC is documented separately. 

The version of the OpenAPI document: v0.10.0-alpha.0
Contact: hi@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.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/generic_error'
require 'ory-keto-client/models/get_check_response'
require 'ory-keto-client/models/get_relation_tuples_response'
require 'ory-keto-client/models/get_version200_response'
require 'ory-keto-client/models/health_not_ready_status'
require 'ory-keto-client/models/health_status'
require 'ory-keto-client/models/is_alive200_response'
require 'ory-keto-client/models/is_ready503_response'
require 'ory-keto-client/models/patch_delta'
require 'ory-keto-client/models/relation_query'
require 'ory-keto-client/models/relation_tuple'
require 'ory-keto-client/models/subject_set'
require 'ory-keto-client/models/version'

# APIs
require 'ory-keto-client/api/metadata_api'
require 'ory-keto-client/api/read_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.10.0.alpha0 lib/ory-keto-client.rb