| Crates.io | hermes-ebay-buy-browse |
| lib.rs | hermes-ebay-buy-browse |
| version | 0.1.0 |
| created_at | 2025-08-01 22:58:09.084922+00 |
| updated_at | 2025-08-01 22:58:09.084922+00 |
| description | Generated Rust client for eBay Buy Browse API - search and retrieve item details |
| homepage | https://github.com/hermes-marketplace/hermes-sdk |
| repository | https://github.com/hermes-marketplace/hermes-sdk |
| max_upload_size | |
| id | 1777760 |
| size | 635,387 |
The Browse API has the following resources:
For more information, please visit https://github.com/yourusername/hermes
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 hermes-ebay and add the following to Cargo.toml under [dependencies]:
hermes-ebay = { path = "./hermes-ebay" }
All URIs are relative to https://api.ebay.com/buy/browse/v1
| Class | Method | HTTP request | Description |
|---|
ItemApi | check_compatibility | POST /item/{item_id}/check_compatibility | ItemApi | get_item | GET /item/{item_id} | ItemApi | get_item_by_legacy_id | GET /item/get_item_by_legacy_id | ItemApi | get_items | GET /item/ | ItemApi | get_items_by_item_group | GET /item/get_items_by_item_group | ItemSummaryApi | search | GET /item_summary/search | ItemSummaryApi | search_by_image | POST /item_summary/search_by_image |
To get access to the crate's generated documentation, use:
cargo doc --open