Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Latest commit

 

History

History
56 lines (36 loc) · 1.45 KB

File metadata and controls

56 lines (36 loc) · 1.45 KB

billforward.TimeApi

All URIs are relative to https://localhost:8080/RestAPI

Method HTTP request Description
get_time_swagger GET /time/swagger-end-point

get_time_swagger

TimeResponsePagedMetadata get_time_swagger(request)

{"nickname":"","request":"advanceSubscriptionRequest.html","response":"advanceSubscription.html"}

Example

import time
import billforward
from billforward.rest import ApiException
from pprint import pprint

# create an instance of the API class
api_instance = billforward.TimeApi()
request = billforward.TimeRequest() # TimeRequest | The request

try: 
    # 
    api_response = api_instance.get_time_swagger(request)
    pprint(api_response)
except ApiException as e:
    print "Exception when calling TimeApi->get_time_swagger: %s\n" % e

Parameters

Name Type Description Notes
request TimeRequest The request

Return type

TimeResponsePagedMetadata

Authorization

No authorization required

HTTP request headers

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

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