File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ The recommended way to install this package is via the Packagist Dependency Mana
1111The Cloudflare API can be found [ here] ( https://api.cloudflare.com/ ) .
1212Each API call is provided via a similarly named function within various classes in the ** Cloudflare\API\Endpoints** namespace:
1313
14-
1514- [x] [ DNS Records] ( https://www.cloudflare.com/dns/ )
1615- [x] Zones
1716- [x] User Administration (partial)
@@ -38,6 +37,10 @@ $user = new Cloudflare\API\Endpoints\User($adapter);
3837echo $user->getUserID();
3938```
4039
40+ ## Contributions
41+
42+ We welcome community contribution to this repository. [ CONTRIBUTING.md] ( CONTRIBUTING.md ) will help you start contributing.
43+
4144## Licensing
4245
4346Licensed under the 3-clause BSD license. See the [ LICENSE] ( LICENSE ) file for details.
You can’t perform that action at this time.
0 commit comments