api-client-macro 0.1.2

Declaratively express a REST API client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dev-dependencies.paste]
version = "1.0.12"

[dev-dependencies.reqwest]
features = ["blocking", "json"]
version = "0.11.17"

[package]
description = "Declaratively express a REST API client"
edition = "2021"
homepage = "https://github.com/isaacadams/api-client-macro"
license = "MIT OR Apache-2.0"
name = "api-client-macro"
readme = "README.md"
repository = "https://github.com/isaacadams/api-client-macro"
version = "0.1.2"