Sha256: 697c2cb829964f73c1fab5193c56d87ab9b6582c46986a34ddcd9c317d0159cf

Contents?: true

Size: 1.18 KB

Versions: 40

Compression:

Stored size: 1.18 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-oathkeeper-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

40 entries across 40 versions & 1 rubygems

Version Path
ory-oathkeeper-client-0.38.15.beta1 docs/VersionApi.md
ory-oathkeeper-client-0.0.0.alpha62 docs/VersionApi.md
ory-oathkeeper-client-0.0.0.alpha60 docs/VersionApi.md
ory-oathkeeper-client-0.0.0.alpha59 docs/VersionApi.md
ory-oathkeeper-client-0.0.0.alpha58 docs/VersionApi.md
ory-oathkeeper-client-0.0.0.alpha57 docs/VersionApi.md
ory-oathkeeper-client-0.0.0.alpha56 docs/VersionApi.md
ory-oathkeeper-client-0.0.0.alpha55 docs/VersionApi.md
ory-oathkeeper-client-0.0.0.alpha54 docs/VersionApi.md
ory-oathkeeper-client-0.0.0.alpha53 docs/VersionApi.md
ory-oathkeeper-client-0.0.0.alpha52 docs/VersionApi.md
ory-oathkeeper-client-0.0.0.alpha51 docs/VersionApi.md
ory-oathkeeper-client-0.0.0.alpha50 docs/VersionApi.md
ory-oathkeeper-client-0.0.0.alpha49 docs/VersionApi.md
ory-oathkeeper-client-0.0.0.alpha48 docs/VersionApi.md
ory-oathkeeper-client-0.0.0.alpha47 docs/VersionApi.md
ory-oathkeeper-client-0.0.0.alpha46 docs/VersionApi.md
ory-oathkeeper-client-0.0.0.alpha45 docs/VersionApi.md
ory-oathkeeper-client-0.0.0.alpha44 docs/VersionApi.md
ory-oathkeeper-client-0.0.0.alpha43 docs/VersionApi.md