Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Accounts API endpoints #195

Merged
merged 4 commits into from
Jul 26, 2018
Merged

Add Accounts API endpoints #195

merged 4 commits into from
Jul 26, 2018

Conversation

jacobbednarz
Copy link
Member

This introduces the ability to manage Cloudflare Accounts via the API.

I initially went to implement the Organisations however I noticed the API docs mention this is deprecated and instead we should use Accounts.

From https://api.cloudflare.com/#organizations-properties:

NOTE: This API is deprecated, please use equivalent /accounts API endpoints where possible. Account APIs provide a broader range of features, and are backwards-compatible to organization APIs.

So instead, this PR implements (and tests) the following:

I haven't added the functionality to flarectl as it seems slightly neglected and I'm unsure if that is still something that is being maintained. If we would like the functionality to be added, I'm more than happy to implement it.

This implements the `ListAccounts`[1] endpoint since the organisations
endpoint is considered deprecated and will be replaced.

[1]: https://api.cloudflare.com/#accounts-list-accounts
Similar to the `ListAccounts` endpoint, this updates the library to
fetch a single Account based on the ID.

[1]: https://api.cloudflare.com/#accounts-account-details
Updates the library to include the ability to manage a single Account.

See https://api.cloudflare.com/#accounts-update-account
@patryk patryk merged commit ea33e08 into cloudflare:master Jul 26, 2018
@patryk
Copy link

patryk commented Jul 26, 2018

Looks great. Thanks Jacob (again)! 🍻

@jacobbednarz jacobbednarz deleted the add-accounts branch July 26, 2018 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants