CloudFlare.API
1.0.2.1
Library to get access to CloudFlare REST API.
This library encapsulates the requests to the API and avoids dealing with HttpRequest objects.
An active CloudFlare account IS REQUIRED.
More info at https://bitbucket.org/sergi_gisbert/cloudflare.api
Install-Package CloudFlare.API -Version 1.0.2.1
dotnet add package CloudFlare.API --version 1.0.2.1
<PackageReference Include="CloudFlare.API" Version="1.0.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CloudFlare.API --version 1.0.2.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: CloudFlare.API, 1.0.2.1"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
- Code refactoring: Changed String values to Enums
- MAY INTRODUCE BREAK CHANGES, as some function parameters have become Enums, instead of String.
Dependencies
-
- RestSharp (>= 105.2.3)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.