https://github.com/cloudflare/cloudflare-typescript/blob/v4.4.1/src/resources/shared.ts
Cloudflare API for .NET | Core
This is the core package for all extensions of the Cloudflare API implemented by AM.WD.
Contents
- The
(I)CloudflareClientwith base calls forGET,POST,PUT,PATCHandDELETErequests. - Base classes to receive responses.
CloudflareExceptionto specify some errors.IAuthenticationimplementations 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)