cloudflare / cloudflare-php

PHP library for the Cloudflare v4 API
BSD 3-Clause "New" or "Revised" License
621 stars 222 forks source link

Implementing the User's Account Memberships #78

Closed zaherg closed 5 years ago

zaherg commented 5 years ago

Implemented the following functionality:

  1. List memberships
  2. Get membership details
  3. Update membership status
  4. Delete membership

Based on the information I found at https://api.cloudflare.com/#user-s-account-memberships-properties

IcyApril commented 5 years ago

Great, thank you @linuxjuggler!