| Crates.io | hermes-ebay-commerce-identity |
| lib.rs | hermes-ebay-commerce-identity |
| version | 0.1.0 |
| created_at | 2025-08-02 06:15:24.50574+00 |
| updated_at | 2025-08-02 06:15:24.50574+00 |
| description | Generated Rust client for eBay Commerce Identity API - user identity operations |
| homepage | https://github.com/hermes-marketplace/hermes-sdk |
| repository | https://github.com/hermes-marketplace/hermes-sdk |
| max_upload_size | |
| id | 1778349 |
| size | 74,275 |
<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
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://apiz.ebay.com/commerce/identity/v1
| Class | Method | HTTP request | Description |
|---|
UserApi | get_user | GET /user/ |
To get access to the crate's generated documentation, use:
cargo doc --open