Files
cloudflare-api/src/Cloudflare
2025-08-05 17:31:57 +02:00
..
2025-07-10 10:12:50 +02:00
2025-07-10 10:12:50 +02:00
2025-07-10 10:12:50 +02:00
2025-07-18 09:09:23 +02:00
2025-07-10 10:12:50 +02:00
2025-08-05 17:31:57 +02:00
2025-07-10 10:12:50 +02:00
2025-07-10 10:12:50 +02:00

Cloudflare API for .NET | Core

This is the core package for all extensions of the Cloudflare API implemented by AM.WD.

Contents

  • The (I)CloudflareClient with base calls for GET, POST, PUT, PATCH and DELETE requests.
  • Base classes to receive responses.
  • CloudflareException to specify some errors.
  • IAuthentication implementations to allow API-Token and API-Key (legacy) authentication.

Any specific request will be defined via extension packages.


Published under MIT License (see choose a license)