Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@clevercloud/client

Package Overview
Dependencies
Maintainers
0
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clevercloud/client - npm Package Versions

1
7

7.4.0

Diff

Changelog

Source

7.4.0 (2021-04-13)

  • Add new billing API endpoints
    • Add GET /organisations/{id}/namespaces in api/v4/billing.js with getNamespaces()
    • Add GET /billing/organisations/{id}/invoices in api/v4/billing.js with getAllInvoices()
    • Add GET /billing/organisations/{id}/invoices/unpaid in api/v4/billing.js with getAllUnpaidInvoices()
    • Add GET /billing/organisations/{id}/invoices/{invoiceNumber}{type} in api/v4/billing.js with getInvoice()
    • Add GET /billing/organisations/{id}/payments/methods in api/v4/billing.js with getPaymentMethods()
    • Add POST /billing/organisations/{id}/payments/methods in api/v4/billing.js with createPaymentMethod()
    • Add PUT /billing/organisations/{id}/payments/methods/default in api/v4/billing.js with setDefaultPaymentMethod()
    • Add DELETE /billing/organisations/{id}/payments/methods/{methodId} in api/v4/billing.js with deletePaymentMethod()
    • Add POST /billing/organisations/{id}/invoices/{invoiceNumber}/payments/paypal in api/v4/billing.js with initPaypalPayment()
    • Add PUT /billing/organisations/{id}/invoices/{invoiceNumber}/payments/paypal/{payerId} in api/v4/billing.js with authorizePaypalPayment()
    • Add POST /billing/organisations/{id}/invoices/{invoiceNumber}/payments/stripe in api/v4/billing.js with initStripePayment()
    • Add PUT /billing/organisations/{id}/invoices/{invoiceNumber}/payments/stripe/{paymentId} in api/v4/billing.js with authorizeStripePayment()
    • Add GET /billing/organisations/{id}/payments/stripe/intent in api/v4/billing.js with getStripePaymentIntent()
hsablonniere
published 7.3.2 •

Changelog

Source

7.3.2 (2021-03-05)

  • Update superagent
hsablonniere
published 7.3.1 •

Changelog

Source

7.3.1 (2021-03-05)

  • Update dependencies
hsablonniere
published 7.3.0 •

Changelog

Source

7.3.0 (2021-03-05)

  • Add execWarpscript() function for browsers with fetch
  • Add new Warp10 requests around access logs
    • getStatusCodesFromWarp10()
    • getRequestsFromWarp10()
    • getAccessLogsHeatmapFromWarp10()
    • getAccessLogsDotmapFromWarp10()
  • Add withCache() helper function
  • Add withOptions() helper function
  • Add timeout support for browser based request (API and Warp10)
blackyoup
published 7.2.0 •

Changelog

Source

7.2.0 (2021-01-26)

  • Add new addon-providers API GET /v4/addon-providers/{providerId} in api/v4/addon-providers.js with getAddonProvider().
  • Fix client generation with new /v4 routes
hsablonniere
published 7.1.0 •

Changelog

Source

7.1.0 (2020-11-26)

  • Expose app statuses
hsablonniere
published 7.0.0 •

Changelog

Source

7.0.0 (2020-10-05)

  • replace jest by @web/test-runner
  • Add new zones API GET /v4/product/zones in api/v4/product.js with getAllZones().

⚠️ BREAKING CHANGES

  • Move GET /products/zones to api/product with getAllZones()
    • Used to be api/unknown with todo_getZones()

In order to support both v2 and v4 endpoints we changed the way we handle the version prefix.

  • You no longer need to configure it as part of the API_HOST when you call prefixUrl(API_HOST) in your sendToApi().
  • You only need to defined the origin with no trailing slash. Example for production: 'https://api.clever-cloud.com'.
  • All v2 service modules that you imported from esm/api or cjs/api were moved to esm/api/v2 or cjs/api/v2.
hsablonniere
published 7.0.0-beta.3 •

hsablonniere
published 7.0.0-beta.2 •

hsablonniere
published 7.0.0-beta.1 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc