@microfocus/alm-octane-js-rest-sdk
Version:
NodeJS wrapper for the OpenText Core Software Delivery Platform API
19 lines • 455 B
JSON
{
"config": {
"protocol": "http/https",
"host": "octane_host",
"port": "octane_port",
"pathPrefix": "path_prefix",
"headers": "Content-Type: application/json",
"tech_preview_API": false,
"shared_space_id": "shared_space_id",
"workspace_id": "workspace_id"
},
"options": {
"username": "username",
"password": "password",
"client_id": "client_id",
"client_secret": "client_secret",
"proxy": {}
}
}