Sha256: a311d8be8469e8c9c30cbe65eef139fa22aaff6eef3fadd1ee06c514d52a719e

Contents?: true

Size: 1.17 KB

Versions: 19

Compression:

Stored size: 1.17 KB

Contents

# OryHydraClient::VersionApi

All URIs are relative to *http://localhost*

Method | HTTP request | Description
------------- | ------------- | -------------
[**get_version**](VersionApi.md#get_version) | **GET** /version | Get service version



## get_version

> Version get_version

Get service version

This endpoint returns the service version typically notated using semantic versioning.  If the service supports TLS Edge Termination, this endpoint does not require the `X-Forwarded-Proto` header to be set.  Be aware that if you are running multiple nodes of this service, the health status will never refer to the cluster state, only to a single instance.

### Example

```ruby
# load the gem
require 'ory-keto-client'

api_instance = OryHydraClient::VersionApi.new

begin
  #Get service version
  result = api_instance.get_version
  p result
rescue OryHydraClient::ApiError => e
  puts "Exception when calling VersionApi->get_version: #{e}"
end
```

### Parameters

This endpoint does not need any parameter.

### Return type

[**Version**](Version.md)

### Authorization

No authorization required

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
ory-keto-client-0.0.0.alpha46 docs/VersionApi.md
ory-keto-client-0.0.0.alpha45 docs/VersionApi.md
ory-keto-client-0.0.0.alpha44 docs/VersionApi.md
ory-keto-client-0.0.0.alpha43 docs/VersionApi.md
ory-keto-client-0.0.0.alpha41 docs/VersionApi.md
ory-keto-client-0.0.0.alpha40 docs/VersionApi.md
ory-keto-client-0.5.6.alpha1 docs/VersionApi.md
ory-keto-client-0.5.4.alpha1 docs/VersionApi.md
ory-keto-client-0.5.3.alpha3 docs/VersionApi.md
ory-keto-client-0.5.3.alpha2 docs/VersionApi.md
ory-keto-client-0.5.3.alpha1 docs/VersionApi.md
ory-keto-client-0.5.2 docs/VersionApi.md
ory-keto-client-0.5.1.alpha1 docs/VersionApi.md
ory-keto-client-0.4.4.alpha1 docs/VersionApi.md
ory-keto-client-0.4.3.alpha2 docs/VersionApi.md
ory-keto-client-0.4.3.alpha1 docs/VersionApi.md
ory-keto-client-0.4.2.alpha1 docs/VersionApi.md
ory-keto-client-0.4.1.beta1 docs/VersionApi.md
ory-keto-client-0.4.0.alpha1 docs/VersionApi.md