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

34
README.md Normal file
View File

@@ -0,0 +1,34 @@
# Cloudflare API for .NET
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.
### [Cloudflare]
This is the base client, that will perform the request itself. It has the base url and holds the credentials.
### [Cloudflare.Zones]
If you install this package, you will get all methods to handle a DNS zone.
---
Published under [MIT License] (see [choose a license])
[![Buy me a Coffee](https://shields.am-wd.de/badge/PayPal-Buy_me_a_Coffee-yellow?style=flat&logo=paypal)](https://link.am-wd.de/donate)
[![built with Codeium](https://codeium.com/badges/main)](https://link.am-wd.de/codeium)
[Cloudflare]: Cloudflare/README.md
[Cloudflare.Zones]: Extensions/Cloudflare.Zones/README.md
[Cloudflare API]: https://developers.cloudflare.com/api/
[MIT License]: LICENSE.txt
[choose a license]: https://choosealicense.com/licenses/mit/