@clevercloud/client
Advanced tools
Changelog
7.4.0 (2021-04-13)
GET /organisations/{id}/namespaces
in api/v4/billing.js
with getNamespaces()
GET /billing/organisations/{id}/invoices
in api/v4/billing.js
with getAllInvoices()
GET /billing/organisations/{id}/invoices/unpaid
in api/v4/billing.js
with getAllUnpaidInvoices()
GET /billing/organisations/{id}/invoices/{invoiceNumber}{type}
in api/v4/billing.js
with getInvoice()
GET /billing/organisations/{id}/payments/methods
in api/v4/billing.js
with getPaymentMethods()
POST /billing/organisations/{id}/payments/methods
in api/v4/billing.js
with createPaymentMethod()
PUT /billing/organisations/{id}/payments/methods/default
in api/v4/billing.js
with setDefaultPaymentMethod()
DELETE /billing/organisations/{id}/payments/methods/{methodId}
in api/v4/billing.js
with deletePaymentMethod()
POST /billing/organisations/{id}/invoices/{invoiceNumber}/payments/paypal
in api/v4/billing.js
with initPaypalPayment()
PUT /billing/organisations/{id}/invoices/{invoiceNumber}/payments/paypal/{payerId}
in api/v4/billing.js
with authorizePaypalPayment()
POST /billing/organisations/{id}/invoices/{invoiceNumber}/payments/stripe
in api/v4/billing.js
with initStripePayment()
PUT /billing/organisations/{id}/invoices/{invoiceNumber}/payments/stripe/{paymentId}
in api/v4/billing.js
with authorizeStripePayment()
GET /billing/organisations/{id}/payments/stripe/intent
in api/v4/billing.js
with getStripePaymentIntent()
Changelog
7.3.0 (2021-03-05)
execWarpscript()
function for browsers with fetchgetStatusCodesFromWarp10()
getRequestsFromWarp10()
getAccessLogsHeatmapFromWarp10()
getAccessLogsDotmapFromWarp10()
withCache()
helper functionwithOptions()
helper functionChangelog
7.2.0 (2021-01-26)
GET /v4/addon-providers/{providerId}
in api/v4/addon-providers.js
with getAddonProvider()
./v4
routesChangelog
7.0.0 (2020-10-05)
GET /v4/product/zones
in api/v4/product.js
with getAllZones()
.GET /products/zones
to api/product
with getAllZones()
api/unknown
with todo_getZones()
In order to support both v2 and v4 endpoints we changed the way we handle the version prefix.
API_HOST
when you call prefixUrl(API_HOST)
in
your sendToApi()
.'https://api.clever-cloud.com'
.esm/api
or cjs/api
were moved to esm/api/v2
or cjs/api/v2
.