Skip to content

Commit

Permalink
Move the somewhat out of date table of commands into its own file - w…
Browse files Browse the repository at this point in the history
…hich then needs to be created automatically in the Makefile
  • Loading branch information
mahtin committed Mar 30, 2022
1 parent 388ba06 commit 2d89fc7
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 212 deletions.
72 changes: 1 addition & 71 deletions README.md
Expand Up @@ -1106,77 +1106,7 @@ $

### Table of commands

|`GET` |`PUT` |`POST` |`PATCH` |`DELETE`|API call|
|--------|--------|--------|--------|--------|:--------|
|`GET` | |`POST` | |`DELETE`|/certificates|
|`GET` | | | | |/ips|
|`GET` | | |`PATCH` | |/organizations|
|`GET` | |`POST` |`PATCH` |`DELETE`|/organizations/:identifier/firewall/access_rules/rules|
| | | |`PATCH` | |/organizations/:identifier/invite|
|`GET` | |`POST` | |`DELETE`|/organizations/:identifier/invites|
|`GET` | | |`PATCH` |`DELETE`|/organizations/:identifier/members|
|`GET` | |`POST` |`PATCH` |`DELETE`|/organizations/:identifier/railguns|
|`GET` | | | | |/organizations/:identifier/railguns/:identifier/zones|
|`GET` | | | | |/organizations/:identifier/roles|
|`GET` | |`POST` |`PATCH` |`DELETE`|/organizations/:identifier/virtual_dns|
|`GET` | |`POST` |`PATCH` |`DELETE`|/railguns|
|`GET` | | | | |/railguns/:identifier/zones|
|`GET` | | |`PATCH` | |/user|
|`GET` | | | | |/user/billing/history|
|`GET` | | | | |/user/billing/profile|
|`GET` | | | | |/user/billing/subscriptions/apps|
|`GET` | | | | |/user/billing/subscriptions/zones|
|`GET` | |`POST` |`PATCH` |`DELETE`|/user/firewall/access_rules/rules|
|`GET` | | |`PATCH` | |/user/invites|
|`GET` | | | |`DELETE`|/user/organizations|
|`GET` | |`POST` |`PATCH` |`DELETE`|/user/virtual_dns|
|`GET` | |`POST` |`PATCH` |`DELETE`|/zones|
| |`PUT` | | | |/zones/:identifier/activation_check|
|`GET` | | | | |/zones/:identifier/analytics/colos|
|`GET` | | | | |/zones/:identifier/analytics/dashboard|
|`GET` | | | | |/zones/:identifier/available_plans|
| |`PUT` | | | |/zones/:identifier/custom_certificates/prioritize|
|`GET` | |`POST` |`PATCH` |`DELETE`|/zones/:identifier/custom_certificates|
|`GET` |`PUT` | | | |/zones/:identifier/custom_pages|
|`GET` |`PUT` |`POST` | |`DELETE`|/zones/:identifier/dns_records|
|`GET` | | |`PATCH` | |/zones/:identifier/firewall/waf/packages/:identifier/groups|
|`GET` | | |`PATCH` | |/zones/:identifier/firewall/waf/packages/:identifier/rules|
|`GET` | | |`PATCH` | |/zones/:identifier/firewall/waf/packages|
|`GET` | |`POST` |`PATCH` |`DELETE`|/zones/:identifier/firewall/access_rules/rules|
|`GET` | |`POST` |`PATCH` |`DELETE`|/zones/:identifier/keyless_certificates|
|`GET` |`PUT` |`POST` |`PATCH` |`DELETE`|/zones/:identifier/pagerules|
| | | | |`DELETE`|/zones/:identifier/purge_cache|
|`GET` | | | | |/zones/:identifier/railguns/:identifier/diagnose|
|`GET` | | |`PATCH` | |/zones/:identifier/railguns|
|`GET` | | |`PATCH` | |/zones/:identifier/settings|
|`GET` | | | | |/zones/:identifier/settings/advanced_ddos|
|`GET` | | |`PATCH` | |/zones/:identifier/settings/always_online|
|`GET` | | |`PATCH` | |/zones/:identifier/settings/browser_cache_ttl|
|`GET` | | |`PATCH` | |/zones/:identifier/settings/browser_check|
|`GET` | | |`PATCH` | |/zones/:identifier/settings/cache_level|
|`GET` | | |`PATCH` | |/zones/:identifier/settings/challenge_ttl|
|`GET` | | |`PATCH` | |/zones/:identifier/settings/development_mode|
|`GET` | | |`PATCH` | |/zones/:identifier/settings/email_obfuscation|
|`GET` | | |`PATCH` | |/zones/:identifier/settings/hotlink_protection|
|`GET` | | |`PATCH` | |/zones/:identifier/settings/ip_geolocation|
|`GET` | | |`PATCH` | |/zones/:identifier/settings/ipv6|
|`GET` | | |`PATCH` | |/zones/:identifier/settings/minify|
|`GET` | | |`PATCH` | |/zones/:identifier/settings/mirage|
|`GET` | | |`PATCH` | |/zones/:identifier/settings/mobile_redirect|
|`GET` | | |`PATCH` | |/zones/:identifier/settings/origin_error_page_pass_thru|
|`GET` | | |`PATCH` | |/zones/:identifier/settings/polish|
|`GET` | | |`PATCH` | |/zones/:identifier/settings/prefetch_preload|
|`GET` | | |`PATCH` | |/zones/:identifier/settings/response_buffering|
|`GET` | | |`PATCH` | |/zones/:identifier/settings/rocket_loader|
|`GET` | | |`PATCH` | |/zones/:identifier/settings/security_header|
|`GET` | | |`PATCH` | |/zones/:identifier/settings/security_level|
|`GET` | | |`PATCH` | |/zones/:identifier/settings/server_side_exclude|
|`GET` | | |`PATCH` | |/zones/:identifier/settings/sort_query_string_for_cache|
|`GET` | | |`PATCH` | |/zones/:identifier/settings/ssl|
|`GET` | | |`PATCH` | |/zones/:identifier/settings/tls_1_2_only|
|`GET` | | |`PATCH` | |/zones/:identifier/settings/tls_client_auth|
|`GET` | | |`PATCH` | |/zones/:identifier/settings/true_client_ip_header|
|`GET` | | |`PATCH` | |/zones/:identifier/settings/waf|
An automatically generated table of commands is provided [here](TABLE-OF-COMMANDS.md).

## Adding extra API calls manually

Expand Down

0 comments on commit 2d89fc7

Please sign in to comment.