hermes-ebay-commerce-identity

Crates.iohermes-ebay-commerce-identity
lib.rshermes-ebay-commerce-identity
version0.1.0
created_at2025-08-02 06:15:24.50574+00
updated_at2025-08-02 06:15:24.50574+00
descriptionGenerated Rust client for eBay Commerce Identity API - user identity operations
homepagehttps://github.com/hermes-marketplace/hermes-sdk
repositoryhttps://github.com/hermes-marketplace/hermes-sdk
max_upload_size
id1778349
size74,275
Ross Lee (rossjameslee)

documentation

https://docs.rs/hermes-ebay-commerce-identity

README

Rust API client for hermes-ebay

<span class="tablenote">Note: Not all the account related fields are returned for an authenticated user. The fields returned in the response are controlled by the scopes and are available only to select developers approved by business units.

Retrieves the authenticated user's account profile information. It can be used to let users log into your app or site using eBay, which frees you from needing to store and protect user's PII (Personal Identifiable Information) data.

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: v2.0.0
  • 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://apiz.ebay.com/commerce/identity/v1

Class Method HTTP request Description

UserApi | get_user | GET /user/ |

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