README.md in ory-client-1.6.2 vs README.md in ory-client-1.8.0
- old
+ new
@@ -6,12 +6,12 @@
with a valid Personal Access Token. Public APIs are mostly used in browsers.
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
-- API version: v1.6.2
-- Package version: v1.6.2
+- API version: v1.8.0
+- Package version: v1.8.0
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
## Installation
### Build a gem
@@ -23,20 +23,20 @@
```
Then either install the gem locally:
```shell
-gem install ./ory-client-v1.6.2.gem
+gem install ./ory-client-v1.8.0.gem
```
-(for development, run `gem install --dev ./ory-client-v1.6.2.gem` to install the development dependencies)
+(for development, run `gem install --dev ./ory-client-v1.8.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-client', '~> v1.6.2'
+ gem 'ory-client', '~> v1.8.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:
@@ -60,10 +60,12 @@
# Setup authorization
OryClient.configure do |config|
# Configure Bearer authorization: oryAccessToken
config.access_token = 'YOUR_BEARER_TOKEN'
+ # Configure a proc to get access tokens in lieu of the static access_token configuration
+ config.access_token_getter = -> { 'YOUR TOKEN GETTER PROC' }
end
api_instance = OryClient::CourierApi.new
id = 'id_example' # String | MessageID is the ID of the message.
@@ -306,11 +308,10 @@
- [OryClient::IdentityWithCredentialsPasswordConfig](docs/IdentityWithCredentialsPasswordConfig.md)
- [OryClient::InternalGetProjectBrandingBody](docs/InternalGetProjectBrandingBody.md)
- [OryClient::InternalIsAXWelcomeScreenEnabledForProjectBody](docs/InternalIsAXWelcomeScreenEnabledForProjectBody.md)
- [OryClient::InternalIsOwnerForProjectBySlugBody](docs/InternalIsOwnerForProjectBySlugBody.md)
- [OryClient::InternalIsOwnerForProjectBySlugResponse](docs/InternalIsOwnerForProjectBySlugResponse.md)
- - [OryClient::InternalProvisionMockSubscription](docs/InternalProvisionMockSubscription.md)
- [OryClient::IntrospectedOAuth2Token](docs/IntrospectedOAuth2Token.md)
- [OryClient::IsOwnerForProjectBySlug](docs/IsOwnerForProjectBySlug.md)
- [OryClient::IsReady200Response](docs/IsReady200Response.md)
- [OryClient::IsReady503Response](docs/IsReady503Response.md)
- [OryClient::JsonPatch](docs/JsonPatch.md)
@@ -357,10 +358,11 @@
- [OryClient::Pagination](docs/Pagination.md)
- [OryClient::PaginationHeaders](docs/PaginationHeaders.md)
- [OryClient::ParseError](docs/ParseError.md)
- [OryClient::PatchIdentitiesBody](docs/PatchIdentitiesBody.md)
- [OryClient::PerformNativeLogoutBody](docs/PerformNativeLogoutBody.md)
+ - [OryClient::PermissionsOnWorkpaceResponse](docs/PermissionsOnWorkpaceResponse.md)
- [OryClient::Plan](docs/Plan.md)
- [OryClient::PlanDetails](docs/PlanDetails.md)
- [OryClient::PostCheckPermissionBody](docs/PostCheckPermissionBody.md)
- [OryClient::PostCheckPermissionOrErrorBody](docs/PostCheckPermissionOrErrorBody.md)
- [OryClient::Project](docs/Project.md)
@@ -369,10 +371,11 @@
- [OryClient::ProjectBrandingColors](docs/ProjectBrandingColors.md)
- [OryClient::ProjectBrandingTheme](docs/ProjectBrandingTheme.md)
- [OryClient::ProjectCors](docs/ProjectCors.md)
- [OryClient::ProjectEventsDatapoint](docs/ProjectEventsDatapoint.md)
- [OryClient::ProjectHost](docs/ProjectHost.md)
+ - [OryClient::ProjectMember](docs/ProjectMember.md)
- [OryClient::ProjectMetadata](docs/ProjectMetadata.md)
- [OryClient::ProjectServiceIdentity](docs/ProjectServiceIdentity.md)
- [OryClient::ProjectServiceOAuth2](docs/ProjectServiceOAuth2.md)
- [OryClient::ProjectServicePermission](docs/ProjectServicePermission.md)
- [OryClient::ProjectServices](docs/ProjectServices.md)
@@ -453,10 +456,11 @@
- [OryClient::UpdateSettingsFlowWithWebAuthnMethod](docs/UpdateSettingsFlowWithWebAuthnMethod.md)
- [OryClient::UpdateSubscriptionBody](docs/UpdateSubscriptionBody.md)
- [OryClient::UpdateVerificationFlowBody](docs/UpdateVerificationFlowBody.md)
- [OryClient::UpdateVerificationFlowWithCodeMethod](docs/UpdateVerificationFlowWithCodeMethod.md)
- [OryClient::UpdateVerificationFlowWithLinkMethod](docs/UpdateVerificationFlowWithLinkMethod.md)
+ - [OryClient::UpdateWorkspacePayload](docs/UpdateWorkspacePayload.md)
- [OryClient::Usage](docs/Usage.md)
- [OryClient::VerifiableCredentialPrimingResponse](docs/VerifiableCredentialPrimingResponse.md)
- [OryClient::VerifiableCredentialProof](docs/VerifiableCredentialProof.md)
- [OryClient::VerifiableCredentialResponse](docs/VerifiableCredentialResponse.md)
- [OryClient::VerifiableIdentityAddress](docs/VerifiableIdentityAddress.md)
@@ -469,9 +473,10 @@
## Documentation for Authorization
+Authentication schemes defined for the API:
### basic
- **Type**: HTTP basic authentication
### bearer