novax-request 0.0.13

The `novax-request` crate serves as an abstraction layer for request clients, enabling mocking or actual interactions with blockchain gateway APIs. Its primary utility is within other Nova crates like `novax-token`, providing a standardized interface for handling requests, thereby promoting ease of testing and consistency across different blockchain interaction scenarios.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.async-trait]
version = "0.1.73"

[dependencies.reqwest]
features = ["json"]
version = "0.11.20"

[dependencies.serde]
version = "1.0.188"

[package]
description = "The `novax-request` crate serves as an abstraction layer for request clients, enabling mocking or actual interactions with blockchain gateway APIs. Its primary utility is within other Nova crates like `novax-token`, providing a standardized interface for handling requests, thereby promoting ease of testing and consistency across different blockchain interaction scenarios."
edition = "2021"
license = "GPL-3.0-only"
name = "novax-request"
repository = "https://github.com/gfusee/novax"
version = "0.0.13"