Introduction
sdk-nodejs-cert-manager
Overview
Installation
npm i --save @ionos-cloud/sdk-nodejs-cert-managerUsage
const ionoscloud = require('@ionos-cloud/sdk-nodejs-cert-manager');import * as ionoscloud from '@ionos-cloud/sdk-nodejs-cert-manager';Example
const ionoscloud = require('@ionos-cloud/sdk-nodejs-cert-manager');
// setup authorization
const config = new ionoscloud.Configuration({
username: 'YOUR_USERNAME',
password: 'YOUR_PASSWORD',
apiKey: 'YOUR_API_KEY'
});
const api_instance = new ionoscloud.InformationApi(config);
// Get the Service API Information
api_instance
.getInfo()
.then((response) => console.log(response.data))
.catch((error) => console.log(error.response.data));Authentication
Feature Reference
FAQ
Last updated
Was this helpful?