node-cloudflare
node-cloudflare copied to clipboard
Might be time to update
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 touser/subscriptions
-
userBillingSubscriptionsAppGet
- similar one withuser/subscriptions
exists in the API, but using PUT instead of GET to update specific subscription. -
userBillingSubscriptionsZoneGetAll
-
userBillingSubscriptionsZoneGet
- it may need to point tozones/: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.