migamake-api-cloudflare 0.2.0

A library to work with Cloudflare apis
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
* CI Setup uses latest Rust stable docker image
    - Setup has 3 stages
        - build - runs clippy and unit tests
        - test - runs integration tests
        - publish - This stage publishes to [crates]https://crates.io. It expects a token variable named `CARGO_RELEASE_TOKEN`

* To run integration tests in CI, you need to setup some environment variables

```
CLOUDFLARE_ZONE
CLOUDFLARE_DOMAIN
CLOUDFLARE_API_KEY
```