Commit 5755fc7a authored by Simon Pastor's avatar Simon Pastor
Browse files

get active api

parent 8eceaebd
Loading
Loading
Loading
Loading
+40 −0
Original line number Diff line number Diff line
@@ -235,6 +235,46 @@ null (empty response body)

No authorization required

### HTTP request headers

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

<a name="loginSupported"></a>
# **loginSupported**
> loginSupported()

Check if login is supported

Check if login is supported and whether session exists

### Example
```javascript
var AdvantEdgeAuthServiceRestApi = require('advant_edge_auth_service_rest_api');

var apiInstance = new AdvantEdgeAuthServiceRestApi.AuthApi();

var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully.');
  }
};
apiInstance.loginSupported(callback);
```

### Parameters
This endpoint does not need any parameter.

### Return type

null (empty response body)

### Authorization

No authorization required

### HTTP request headers

 - **Content-Type**: application/json