Skip to content

Latest commit

 

History

History
52 lines (27 loc) · 804 Bytes

File metadata and controls

52 lines (27 loc) · 804 Bytes

SlambySdk.StatusApi

All URIs are relative to https://localhost/

Method HTTP request Description
getStatus GET /api/Status

getStatus

Status getStatus()

Example

var SlambySdk = require('slamby-sdk');


var apiInstance = new SlambySdk.StatusApi();

apiInstance.getStatus().then(function(data) {
  console.log('API called successfully. Returned data: ' + data);
}, function(error) {
  console.error(error);
});

Parameters

This endpoint does not need any parameter.

Return type

Status

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: Not defined