getApi
Top-level resources and operations in this API
Return links to the top-level resources and operations in this API.
/
Usage and SDK Samples
curl -X GET -H "API-Key: [[apiKey]]" "http:///checkDeposits/"
import { APIApi } from "@apiture/check_deposits-client-sdk";
const aPIApi = new APIApi(configuration);
// Configure API key authorization: apiKey
var apiKey = "YOUR API KEY";
aPIApi.setApiKey(apiKey);
var api = new CheckDeposits.APIApi.getApi()
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
aPIApi.getApi(callback);