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