All URIs are relative to http://localhost/api/v1
Method | HTTP request | Description |
---|---|---|
getHealth | GET /health |
Health getHealth()
Check if Flagr is healthy
var Jsflagr = require('jsflagr');
var apiInstance = new Jsflagr.HealthApi();
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
apiInstance.getHealth(callback);
This endpoint does not need any parameter.
No authorization required
- Content-Type: application/json
- Accept: application/json