All URIs are relative to http://localhost:8004/
Method | HTTP request | Description |
---|---|---|
pong | GET /ping/ |
pong()
from __future__ import print_function
import time
import bkuser_sdk
from bkuser_sdk.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = bkuser_sdk.PongApi()
try:
api_instance.pong()
except ApiException as e:
print("Exception when calling PongApi->pong: %s\n" % e)
This endpoint does not need any parameter.
void (empty response body)
No authorization required
- Content-Type: Not defined
- Accept: Not defined
[Back to top] [Back to API list] [Back to Model list] [Back to README]