Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.1 KB

Version.md

File metadata and controls

49 lines (32 loc) · 1.1 KB

lib_openshift.Version

All URIs are relative to https://localhost:8443/

Method HTTP request Description
get_code_version GET /version get the code version

get_code_version

get_code_version()

get the code version

Example

import time
import lib_openshift
from lib_openshift.rest import ApiException
from pprint import pprint

# create an instance of the API class
api_instance = lib_openshift.Version()

try: 
    # get the code version
    api_instance.get_code_version()
except ApiException as e:
    print "Exception when calling Version->get_code_version: %s\n" % e

Parameters

This endpoint does not need any parameter.

Return type

void (empty response body)

Authorization

No authorization required

HTTP request headers

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

[Back to top] [Back to API list] [Back to Model list] [Back to README]