@clevercloud/client
Advanced tools
Changelog
6.0.0 (2020-05-26)
LogsStream
and EventsStream
.EventEmitter
/EventTarget
compatible APIEventEmitter
/EventTarget
compatible APIChangelog
5.1.0 (2020-03-27)
payment
param to addTcpRedir()
in api/application
Changelog
5.0.1 (2020-03-27)
Fix missing /self
vs /organisations/{id}
:
POST /self/addons/preorders
to api/addon
with preorder()
api/addon
with todo_preorderSelfAddon()
GET /organisations/{id}/applications/{appId}/deployments/{deploymentId}/instances
to api/application
with cancelDeployment()
api/application
with getAllDeploymentInstances()
Changelog
5.0.0 (2020-03-27)
POST /organisations/{id}/addons/preorders
to api/addon
with preorder()
api/addon
with todo_preorderAddonByOrgaId()
GET /products/addonproviders
to api/product
with getAllAddonProviders()
api/unknown
with todo_getAddonProviders()
GET /products/prices
to api/product
with getCreditPrice()
api/unknown
with todo_getExcahngeRates()
GET /self/applications/{appId}/deployments/{deploymentId}/instances
to api/application
with cancelDeployment()
api/application
with getAllDeploymentInstances()
Changelog
4.2.0 (2020-03-26)
GET /organisations/{id}/namespaces
in api/organisation.js
with getNamespaces()
GET /organisations/{id}/applications/{appId}/tcpRedirs
in api/application.js
with getTcpRedirs()
POST /organisations/{id}/applications/{appId}/tcpRedirs
in api/application.js
with addTcpRedir()
DELETE /organisations/{id}/applications/{appId}/tcpRedirs/{sourcePort}
in api/application.js
with removeTcpRedir()
Changelog
4.1.0 (2020-03-20)
delay
param to getContinuousAccessLogsFromWarp10()
Changelog
4.0.0 (2020-03-19)
Seems like a milliseconds API for access logs on Warp10 was not a good idea. We changed it to be in microseconds and update the date util.
getAccessLogsFromWarp10()
accept from
and to
in microseconds.getAccessLogsFromWarp10InBatches()
accept from
and to
in microseconds.toISOStringWithMicrosecondPrecision()
into toMicroIsoString()
.asWarp10Timespan()
.ONE_HOUR
.toMicroTimestamp()
.ONE_HOUR_MICROS
.ONE_SECOND_MICROS
.Changelog
3.1.2 (2020-03-18)
getContinuousAccessLogsFromWarp10()
use microseconds precision