Skip to content

Latest commit

 

History

History
155 lines (129 loc) · 6 KB

File metadata and controls

155 lines (129 loc) · 6 KB

Swift5 API client for GroupByRetailClient

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:
  • Build package: org.openapitools.codegen.languages.Swift5ClientCodegen

Installation

Carthage

Run carthage update

CocoaPods

Run pod install

Documentation for API Endpoints

All URIs are relative to http://localhost

Class Method HTTP request Description
AutocompleteAPI autocompletesearch GET /api/request
ProductAPI getByProductIds GET /api/search/product Provided product search functionality
RecommendationsAPIAPI predict POST /api/predict Provide Recommendations AI functionality.
RecommendationsAPIAPI predictV2 POST /api/recommendation Provide Recommendations AI functionality.
SearchAPI facetSearch POST /api/search/facet Provided search functionality
SearchAPI search POST /api/search Provided search functionality

Documentation For Models

Documentation For Authorization

Authentication schemes defined for the API:

ClientKey

  • Type: API key
  • API key parameter name: Authorization
  • Location: HTTP header

GroupByIncEmployee

  • Type: HTTP basic authentication

Author