Skip to content

groupby/gb-retailapi-rust-client

Repository files navigation

Rust API client for gbretailapiclient

GroupBy Retail API

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: 0.0.0
  • Package version: 0.0.0
  • Build package: org.openapitools.codegen.languages.RustClientCodegen

Installation

Put the package under your project folder in a directory named gbretailapiclient and add the following to Cargo.toml under [dependencies]:

gbretailapiclient = { path = "./gbretailapiclient" }

Documentation for API Endpoints

All URIs are relative to http://localhost

Class Method HTTP request Description
AutocompleteApi autocompletesearch GET /api/request
ProductApi get_by_product_ids GET /api/search/product Provided product search functionality
RecommendationsApiApi predict POST /api/predict Provide Recommendations AI functionality.
RecommendationsApiApi predict_v2 POST /api/recommendation Provide Recommendations AI functionality.
SearchApi facet_search POST /api/search/facet Provided search functionality
SearchApi search POST /api/search Provided search functionality

Documentation For Models

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

cargo doc --open

Author

ops@groupbyinc.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published