| Crates.io | eventify-http-client |
| lib.rs | eventify-http-client |
| version | 0.0.0-reserved |
| created_at | 2023-12-16 16:47:30.455866+00 |
| updated_at | 2023-12-16 16:47:30.455866+00 |
| description | Ethereum Indexer |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1071851 |
| size | 18,373 |
Ethereum Indexer
This API client was generated by the OpenAPI Generator project. By using the openapi-spec from a remote server, you can easily generate an API client.
org.openapitools.codegen.languages.RustClientCodegenPut the package under your project folder in a directory named eventify-http-client and add the following to Cargo.toml under [dependencies]:
eventify-http-client = { path = "./eventify-http-client" }
All URIs are relative to http://localhost
| Class | Method | HTTP request | Description |
|---|
BlockApi | get_blocks_count | GET /api/v1/blocks/count | Get the Count of Blocks LogApi | get_logs_count | GET /api/v1/logs/count | Get the Count of Logs TransactionApi | get_transactions_count | GET /api/v1/transactions/count | Get the Count of Transactions
To get access to the crate's generated documentation, use:
cargo doc --open