An open API service indexing awesome lists of open source software.

https://github.com/webnice/wildberries

Wildberries API client for partners
https://github.com/webnice/wildberries

api api-client golang lib libraries wildberries

Last synced: 6 months ago
JSON representation

Wildberries API client for partners

Awesome Lists containing this project

README

          

# Wildberries

## Introduction

Wildberries is a library written in pure Go providing a set of functions that allow you to communication with wildberries suppliers server by API

## Basic Usage

### Installation

To get the package, execute:
```bash
go get github.com/webnice/wildberries
```

To import this package, add the following line to your code:

```bash
import "github.com/webnice/wildberries"
```