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
- Host: GitHub
- URL: https://github.com/webnice/wildberries
- Owner: webnice
- License: mit
- Created: 2019-12-28T03:37:59.000Z (over 6 years ago)
- Default Branch: v1
- Last Pushed: 2019-12-30T07:39:12.000Z (over 6 years ago)
- Last Synced: 2024-06-20T03:28:02.155Z (about 2 years ago)
- Topics: api, api-client, golang, lib, libraries, wildberries
- Language: Go
- Size: 143 KB
- Stars: 11
- Watchers: 3
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
```