digital_blasphemy_client 0.1.3

A client for the Digital Blasphemy API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Digital Blasphemy Client

A rust-based client to interact with
the [Digital Blasphemy API](https://docs.digitalblasphemy.com/docs/category/api/core).

## Run tests with coverage

The workflows will run the tests via [cargo-tarpaulin](https://crates.io/crates/cargo-tarpaulin) with a coverage
threshold. To run the tests locally to see the coverage run:

```shell
cargo tarpaulin
```