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 "http:///common/"
import { APIApi } from "@apiture/common_apiture_models-client-sdk";
var api = new CommonApitureModels.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);