1 个不稳定发布
0.0.0-预留 | 2023年12月16日 |
---|
#63 在 #indexer
15KB
243 行
Rust API 客户端 for eventify-http-client
Ethereum 索引器
概览
此 API 客户端由 OpenAPI Generator 项目生成。通过使用来自远程服务器的 openapi-spec,您可以轻松生成 API 客户端。
- API 版本:0.0.0-预留
- 包版本:0.0.0-预留
- 构建包:
org.openapitools.codegen.languages.RustClientCodegen
安装
将包放入您的项目文件夹中的名为 eventify-http-client
的目录下,并在 Cargo.toml
中的 [dependencies]
下添加以下内容
eventify-http-client = { path = "./eventify-http-client" }
API 端点文档
所有 URI 都是相对于 http://localhost
类 | 方法 | HTTP 请求 | 描述 |
---|---|---|---|
BlockApi | get_blocks_count | GET /api/v1/blocks/count | 获取区块数量 |
LogApi | get_logs_count | GET /api/v1/logs/count | 获取日志数量 |
TransactionApi | get_transactions_count | GET /api/v1/transactions/count | 获取交易数量 |
模型文档
要获取对 crate 生成文档的访问权限,请使用
cargo doc --open
作者
依赖项
~4–17MB
~240K SLoC