Sha256: c8ad38b434a0ef3db8e9d51ee1ae2bb844f7776280ecf37563090aea93dc50f6

Contents?: true

Size: 852 Bytes

Versions: 1

Compression:

Stored size: 852 Bytes

Contents

# OracleFunctions::VersionApi

All URIs are relative to *https://127.0.0.1:8080/v1*

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


# **version_get**
> Version version_get

Get daemon version.

### Example
```ruby
# load the gem
require 'fn_ruby'

api_instance = OracleFunctions::VersionApi.new

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

### Parameters
This endpoint does not need any parameter.

### Return type

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

### Authorization

No authorization required

### HTTP request headers

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



Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fn_ruby-0.1.29 docs/VersionApi.md