Implemented Core client

This commit is contained in:
2024-10-23 21:00:23 +02:00
parent 3c8d5137ff
commit 83620cb450
43 changed files with 4218 additions and 2 deletions

View File

@@ -0,0 +1,20 @@
# Cloudflare API for .NET | Zones
With this extension package, you'll get all features available to manage a Zone on Cloudflare.
## Methods
- [ListZones](https://developers.cloudflare.com/api/operations/zones-get)
- [ZoneDetails](https://developers.cloudflare.com/api/operations/zones-0-get)
- [CreateZone](https://developers.cloudflare.com/api/operations/zones-post)
- [DeleteZone](https://developers.cloudflare.com/api/operations/zones-0-delete)
- [EditZone](https://developers.cloudflare.com/api/operations/zones-0-patch)
- TBD
---
Published under MIT License (see [choose a license])
[choose a license]: https://choosealicense.com/licenses/mit/