Added 'DnsRecords' extensions
This commit is contained in:
19
README.md
19
README.md
@@ -2,6 +2,7 @@
|
||||
|
||||
This project aims to implement the [Cloudflare API] in an extensible way.
|
||||
|
||||
|
||||
## Overview
|
||||
|
||||
There should be a package for each API section as defined by Cloudflare.
|
||||
@@ -9,12 +10,18 @@ There should be a package for each API section as defined by Cloudflare.
|
||||
|
||||
### [Cloudflare]
|
||||
|
||||
This is the base client, that will perform the request itself. It has the base url and holds the credentials.
|
||||
This is the core. It contains the base client, that will perform the request itself. It contains the base url and holds the credentials.
|
||||
|
||||
|
||||
### [Cloudflare.Dns]
|
||||
|
||||
This package contains the feature set of the _DNS_ section of the Cloudflare API.
|
||||
|
||||
|
||||
### [Cloudflare.Zones]
|
||||
|
||||
If you install this package, you will get all methods to handle a DNS zone.
|
||||
This package contains the feature set of the _Domain/Zone Management_ section of the Cloudflare API.
|
||||
|
||||
|
||||
|
||||
---
|
||||
@@ -22,12 +29,14 @@ If you install this package, you will get all methods to handle a DNS zone.
|
||||
Published under [MIT License] (see [choose a license])
|
||||
|
||||
[](https://link.am-wd.de/donate)
|
||||
[](https://link.am-wd.de/codeium)
|
||||
|
||||
|
||||
|
||||
[Cloudflare]: Cloudflare/README.md
|
||||
[Cloudflare.Zones]: Extensions/Cloudflare.Zones/README.md
|
||||
[Cloudflare]: src/Cloudflare/README.md
|
||||
[Cloudflare.Dns]: src/Extensions/Cloudflare.Dns/README.md
|
||||
[Cloudflare.Zones]: src/Extensions/Cloudflare.Zones/README.md
|
||||
|
||||
|
||||
|
||||
[Cloudflare API]: https://developers.cloudflare.com/api/
|
||||
[MIT License]: LICENSE.txt
|
||||
|
||||
Reference in New Issue
Block a user