nomi_api_client 0.1.0

Unofficial Nomi Api client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Nomi AI Client

A Rust library for interacting with [Nomi.ai API](https://api.nomi.ai/docs/).

This is unofficial and not supported by Nomi.ai.

## Installation
Add the following to your `Cargo.toml`:
```toml
[dependencies]
nomi_api_client = "0.1.0"
```