MetadataApi
Method
HTTP request
Description
infosVersionGet
Examples
const ionoscloud = require('@ionos-cloud/sdk-nodejs-dbaas-postgres');
// setup authorization
const config = new ionoscloud.Configuration({
username: 'YOUR_USERNAME',
password: 'YOUR_PASSWORD',
apiKey: 'YOUR_API_KEY'
});
const api_instance = new ionoscloud.MetadataApi(config);
// Get the current API version
api_instance
.infosVersionGet()
.then((response) => console.log(response.data))
.catch((error) => console.log(error.response.data));Parameters
Return type
Authorization
HTTP request headers
infosVersionsGet
Examples
Parameters
Return type
Authorization
HTTP request headers
Last updated
