hermes-ebay-buy-feed

Crates.iohermes-ebay-buy-feed
lib.rshermes-ebay-buy-feed
version0.1.0
created_at2025-08-02 05:44:18.747476+00
updated_at2025-08-02 05:44:18.747476+00
descriptionGenerated Rust client for eBay Buy Feed API - bulk data operations and feeds
homepagehttps://github.com/hermes-marketplace/hermes-sdk
repositoryhttps://github.com/hermes-marketplace/hermes-sdk
max_upload_size
id1778304
size339,178
Ross Lee (rossjameslee)

documentation

https://docs.rs/hermes-ebay-buy-feed

README

Rust API client for hermes-ebay

<span class="tablenote">Note: This is a <a href="https://developer.ebay.com/api-docs/static/versioning.html#limited " target="_blank"> <img src="/cms/img/docs/partners-api.svg" class="legend-icon partners-icon" title="Limited Release" alt="Limited Release" />(Limited Release) API available only to select developers approved by business units. For information on how to obtain access to this API in production, see the <a href="api-docs/buy/static/buy-requirements.html" target="_blank">Buy APIs Requirements.

The Feed API provides the ability to download TSV_GZIP feed files containing eBay items and an hourly snapshot file of the items that have changed within an hour for a specific category, date and marketplace.

In addition to the API, there is an open source <a href="https://github.com/eBay/FeedSDK " target="_blank">Feed SDK written in Java that downloads, combines files into a single file when needed, and unzips the entire feed file. It also lets you specify field filters to curate the items in the file.

For more information, please visit https://github.com/yourusername/hermes

Overview

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.

  • API version: v1_beta.35.2
  • Package version: 0.1.0
  • Generator version: 7.14.0
  • Build package: org.openapitools.codegen.languages.RustClientCodegen

Installation

Put 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" }

Documentation for API Endpoints

All URIs are relative to https://api.ebay.com/buy/feed/v1_beta

Class Method HTTP request Description

ItemApi | get_item_feed | GET /item | ItemGroupApi | get_item_group_feed | GET /item_group | ItemPriorityApi | get_item_priority_feed | GET /item_priority | ItemSnapshotApi | get_item_snapshot_feed | GET /item_snapshot |

Documentation For Models

To get access to the crate's generated documentation, use:

cargo doc --open

Author

your-email@example.com

Commit count: 0

cargo fmt