node-cloudflare icon indicating copy to clipboard operation
node-cloudflare copied to clipboard

Might be time to update

Open HeyITGuyFixIt opened this issue 5 years ago • 0 comments

I was looking through index.js and noticed that many of the functions contain paths that I cannot find in the Cloudflare API. The following is a list of said functions:

  • userBillingProfileNew
  • userBillingProfileUpdate
  • userBillingProfileVATUpdate
  • userBillingProfileDestroy
  • userBillingSubscriptionsAppGetAll - it may need to point to user/subscriptions
  • userBillingSubscriptionsAppGet - similar one with user/subscriptions exists in the API, but using PUT instead of GET to update specific subscription.
  • userBillingSubscriptionsZoneGetAll
  • userBillingSubscriptionsZoneGet - it may need to point to zones/:identifier/subscription, and there are PUT and POST versions of this as well.

This list is not complete, but these are the ones I had time to look up and put here. I intended to find all of the problematic ones, but my time is limited, sadly.

HeyITGuyFixIt avatar Oct 05 '19 16:10 HeyITGuyFixIt