# Rust API client for eventify-http-client
Ethereum Indexer
## Overview
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://openapis.org) from a remote server, you can easily generate an API client.
- API version: 0.0.0-reserved
- Package version: 0.0.0-reserved
- Build package: `org.openapitools.codegen.languages.RustClientCodegen`
## Installation
Put 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" }
```
## Documentation for API Endpoints
All URIs are relative to *http://localhost*
*BlockApi* | [**get_blocks_count**](docs/BlockApi.md#get_blocks_count) | **GET** /api/v1/blocks/count | Get the Count of Blocks
*LogApi* | [**get_logs_count**](docs/LogApi.md#get_logs_count) | **GET** /api/v1/logs/count | Get the Count of Logs
*TransactionApi* | [**get_transactions_count**](docs/TransactionApi.md#get_transactions_count) | **GET** /api/v1/transactions/count | Get the Count of Transactions
## Documentation For Models
To get access to the crate's generated documentation, use:
```
cargo doc --open
```
## Author
lachezarkolevgg@gmail.com