apisdk 0.0.1

A highlevel API client framework 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;