apisdk 0.0.15

An easy-to-use API toolkit for writing HTTP API Clients for Rust.
Documentation
1
2
3
4
5
6
use apisdk::http_api;

/// This a sample API
#[http_api("http://localhost:3030/v1")]
#[derive(Debug, Clone)]
pub struct TheApi;