README.md in ory-keto-client-0.8.0.alpha2 vs README.md in ory-keto-client-0.9.0.alpha0
- old
+ new
@@ -5,12 +5,12 @@
Documentation for all of Ory Keto's REST APIs. gRPC is documented separately.
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
-- API version: v0.8.0-alpha.2
-- Package version: v0.8.0-alpha.2
+- API version: v0.9.0-alpha.0
+- Package version: v0.9.0-alpha.0
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
## Installation
### Build a gem
@@ -22,20 +22,20 @@
```
Then either install the gem locally:
```shell
-gem install ./ory-keto-client-v0.8.0-alpha.2.gem
+gem install ./ory-keto-client-v0.9.0-alpha.0.gem
```
-(for development, run `gem install --dev ./ory-keto-client-v0.8.0-alpha.2.gem` to install the development dependencies)
+(for development, run `gem install --dev ./ory-keto-client-v0.9.0-alpha.0.gem` to install the development dependencies)
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
Finally add this to the Gemfile:
- gem 'ory-keto-client', '~> v0.8.0-alpha.2'
+ gem 'ory-keto-client', '~> v0.9.0-alpha.0'
### Install from Git
If the Ruby gem is hosted at a git repository: https://github.com/ory/sdk, then add the following in the Gemfile:
@@ -76,32 +76,34 @@
Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
*OryKetoClient::MetadataApi* | [**get_version**](docs/MetadataApi.md#get_version) | **GET** /version | Return Running Software Version.
*OryKetoClient::MetadataApi* | [**is_alive**](docs/MetadataApi.md#is_alive) | **GET** /health/alive | Check HTTP Server Status
*OryKetoClient::MetadataApi* | [**is_ready**](docs/MetadataApi.md#is_ready) | **GET** /health/ready | Check HTTP Server and Database Status
-*OryKetoClient::ReadApi* | [**get_check**](docs/ReadApi.md#get_check) | **GET** /check | Check a relation tuple
-*OryKetoClient::ReadApi* | [**get_expand**](docs/ReadApi.md#get_expand) | **GET** /expand | Expand a Relation Tuple
+*OryKetoClient::ReadApi* | [**get_check**](docs/ReadApi.md#get_check) | **GET** /relation-tuples/check/openapi | Check a relation tuple
+*OryKetoClient::ReadApi* | [**get_check_mirror_status**](docs/ReadApi.md#get_check_mirror_status) | **GET** /relation-tuples/check | Check a relation tuple
+*OryKetoClient::ReadApi* | [**get_expand**](docs/ReadApi.md#get_expand) | **GET** /relation-tuples/expand | Expand a Relation Tuple
*OryKetoClient::ReadApi* | [**get_relation_tuples**](docs/ReadApi.md#get_relation_tuples) | **GET** /relation-tuples | Query relation tuples
-*OryKetoClient::ReadApi* | [**post_check**](docs/ReadApi.md#post_check) | **POST** /check | Check a relation tuple
-*OryKetoClient::WriteApi* | [**create_relation_tuple**](docs/WriteApi.md#create_relation_tuple) | **PUT** /relation-tuples | Create a Relation Tuple
-*OryKetoClient::WriteApi* | [**delete_relation_tuples**](docs/WriteApi.md#delete_relation_tuples) | **DELETE** /relation-tuples | Delete Relation Tuples
-*OryKetoClient::WriteApi* | [**patch_relation_tuples**](docs/WriteApi.md#patch_relation_tuples) | **PATCH** /relation-tuples | Patch Multiple Relation Tuples
+*OryKetoClient::ReadApi* | [**post_check**](docs/ReadApi.md#post_check) | **POST** /relation-tuples/check/openapi | Check a relation tuple
+*OryKetoClient::ReadApi* | [**post_check_mirror_status**](docs/ReadApi.md#post_check_mirror_status) | **POST** /relation-tuples/check | Check a relation tuple
+*OryKetoClient::WriteApi* | [**create_relation_tuple**](docs/WriteApi.md#create_relation_tuple) | **PUT** /admin/relation-tuples | Create a Relation Tuple
+*OryKetoClient::WriteApi* | [**delete_relation_tuples**](docs/WriteApi.md#delete_relation_tuples) | **DELETE** /admin/relation-tuples | Delete Relation Tuples
+*OryKetoClient::WriteApi* | [**patch_relation_tuples**](docs/WriteApi.md#patch_relation_tuples) | **PATCH** /admin/relation-tuples | Patch Multiple Relation Tuples
## Documentation for Models
- [OryKetoClient::ExpandTree](docs/ExpandTree.md)
- [OryKetoClient::GenericError](docs/GenericError.md)
- [OryKetoClient::GetCheckResponse](docs/GetCheckResponse.md)
- [OryKetoClient::GetRelationTuplesResponse](docs/GetRelationTuplesResponse.md)
+ - [OryKetoClient::GetVersion200Response](docs/GetVersion200Response.md)
- [OryKetoClient::HealthNotReadyStatus](docs/HealthNotReadyStatus.md)
- [OryKetoClient::HealthStatus](docs/HealthStatus.md)
- - [OryKetoClient::InlineResponse200](docs/InlineResponse200.md)
- - [OryKetoClient::InlineResponse2001](docs/InlineResponse2001.md)
- - [OryKetoClient::InlineResponse503](docs/InlineResponse503.md)
- - [OryKetoClient::InternalRelationTuple](docs/InternalRelationTuple.md)
+ - [OryKetoClient::IsAlive200Response](docs/IsAlive200Response.md)
+ - [OryKetoClient::IsReady503Response](docs/IsReady503Response.md)
- [OryKetoClient::PatchDelta](docs/PatchDelta.md)
- [OryKetoClient::RelationQuery](docs/RelationQuery.md)
+ - [OryKetoClient::RelationTuple](docs/RelationTuple.md)
- [OryKetoClient::SubjectSet](docs/SubjectSet.md)
- [OryKetoClient::Version](docs/Version.md)
## Documentation for Authorization