All URIs are relative to https://localhost/
Method | HTTP request | Description |
---|---|---|
changeLicense | POST /api/License | |
getLicense | GET /api/License |
changeLicense(opts)
var SlambySdk = require('slamby-sdk');
var apiInstance = new SlambySdk.LicenseApi();
var opts = {
'model': new SlambySdk.ChangeLicense() // ChangeLicense |
};
apiInstance.changeLicense(opts).then(function() {
console.log('API called successfully.');
}, function(error) {
console.error(error);
});
Name | Type | Description | Notes |
---|---|---|---|
model | ChangeLicense | [optional] |
null (empty response body)
No authorization required
- Content-Type: application/json, text/json, application/json-patch+json
- Accept: Not defined
License getLicense()
var SlambySdk = require('slamby-sdk');
var apiInstance = new SlambySdk.LicenseApi();
apiInstance.getLicense().then(function(data) {
console.log('API called successfully. Returned data: ' + data);
}, function(error) {
console.error(error);
});
This endpoint does not need any parameter.
No authorization required
- Content-Type: Not defined
- Accept: Not defined