Categorygithub.com/Nmishin/dodo-go
repositorypackage
0.0.1
Repository: https://github.com/nmishin/dodo-go.git
Documentation: pkg.go.dev

# README

Go API client for swagger

No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)

Overview

This API client was generated by the swagger-codegen project. By using the swagger-spec from a remote server, you can easily generate an API client.

  • API version: v2
  • Package version: 1.0.0
  • Build package: io.swagger.codegen.v3.generators.go.GoClientCodegen

Installation

Put the package under your project folder and add the following in import:

import "./swagger"

Documentation for API Endpoints

All URIs are relative to /

ClassMethodHTTP requestDescription
BrandsApiApiV2BrandsGetGet /api/v2/brands
CountriesApiApiV2BrandCountriesGetGet /api/v2/{brand}/countries
CountriesApiApiV2CountriesGetGet /api/v2/countries
OrdersApiApiV2BrandOrdersCountBySourceYearMonthDayGetGet /api/v2/{brand}/orders/count-by-source/{year}/{month}/{day}
OrdersApiApiV2OrdersCountBySourceYearMonthDayGetGet /api/v2/orders/count-by-source/{year}/{month}/{day}
ProductsApiApiV2BrandCountryIdUnitIdProductsTopGetGet /api/v2/{brand}/{countryId}/{unitId}/products/top
ProductsApiApiV2BrandProductsTopGetGet /api/v2/{brand}/products/top
RatingsApiApiV2BrandRatingsGetGet /api/v2/{brand}/ratings
RatingsApiApiV2RatingsGetGet /api/v2/ratings
RevenueApiApiV2BrandCountryIdRevenueDailyGetGet /api/v2/{brand}/{countryId}/revenue/daily
RevenueApiApiV2BrandRevenueDailyYearMonthDayGetGet /api/v2/{brand}/revenue/daily/{year}/{month}/{day}
RevenueApiApiV2BrandRevenueMonthsLastGetGet /api/v2/{brand}/revenue/months/last
RevenueApiApiV2BrandRevenueMonthsYearMonthGetGet /api/v2/{brand}/revenue/months/{year}/{month}
RevenueApiApiV2BrandRevenueWeeklyTopGetGet /api/v2/{brand}/revenue/weekly/top
RevenueApiApiV2RevenueDailyYearMonthDayGetGet /api/v2/revenue/daily/{year}/{month}/{day}
RevenueApiApiV2RevenueMonthsLastGetGet /api/v2/revenue/months/last
RevenueApiApiV2RevenueMonthsYearMonthGetGet /api/v2/revenue/months/{year}/{month}
RevenueApiApiV2RevenueWeeklyTopGetGet /api/v2/revenue/weekly/top
UnitRevenueApiApiV2BrandRevenueUnitCountryIdUnitIdDailyYearMonthDayGetGet /api/v2/{brand}/revenue/unit/{countryId}/{unitId}/daily/{year}/{month}/{day}
UnitRevenueApiApiV2BrandRevenueUnitCountryIdUnitIdHistoryGetGet /api/v2/{brand}/revenue/unit/{countryId}/{unitId}/history
UnitRevenueApiApiV2BrandRevenueUnitCountryIdUnitIdHistoryStartYearEndYearGetGet /api/v2/{brand}/revenue/unit/{countryId}/{unitId}/history/{startYear}/{endYear}
UnitRevenueApiApiV2BrandRevenueUnitCountryIdUnitIdMonthlyYearMonthGetGet /api/v2/{brand}/revenue/unit/{countryId}/{unitId}/monthly/{year}/{month}
UnitRevenueApiApiV2BrandRevenueUnitCountryIdUnitIdMonthsLastGetGet /api/v2/{brand}/revenue/unit/{countryId}/{unitId}/months/last
UnitRevenueApiApiV2BrandRevenueUnitCountryIdUnitIdTodayGetGet /api/v2/{brand}/revenue/unit/{countryId}/{unitId}/today
UnitRevenueApiApiV2BrandRevenueUnitCountryIdUnitIdWeekHistoryStartYearEndYearGetGet /api/v2/{brand}/revenue/unit/{countryId}/{unitId}/week/history/{startYear}/{endYear}
UnitRevenueApiApiV2BrandRevenueUnitCountryIdUnitIdYesterdayGetGet /api/v2/{brand}/revenue/unit/{countryId}/{unitId}/yesterday
UnitsApiApiV2BrandUnitsAllCountryIdGetGet /api/v2/{brand}/units/all/{countryId}
UnitsApiApiV2BrandUnitsCountGetGet /api/v2/{brand}/units/count
UnitsApiApiV2BrandUnitsCountMonthsYearMonthGetGet /api/v2/{brand}/units/count/months/{year}/{month}
UnitsApiApiV2BrandUnitsCountryIdUnitIdGetGet /api/v2/{brand}/units/{countryId}/{unitId}
UnitsApiApiV2UnitsAllCountryIdGetGet /api/v2/units/all/{countryId}
UnitsApiApiV2UnitsCountGetGet /api/v2/units/count
UnitsApiApiV2UnitsCountMonthsYearMonthGetGet /api/v2/units/count/months/{year}/{month}

Documentation For Models

Documentation For Authorization

Endpoints do not require authorization.

Author