Skip to content

50Bytes-dev/wildberries-async-api-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wieldberries Async API Client

Steps for regenerate client

Step 1

npm install -g https://github.com/50Bytes-dev/openapi-merger.git

Step 2

openapi-merger -i ./schemas/input.yaml -o ./schemas/openapi.yaml

Step 3

python schemas/repair_schema.py

Step 4

openapi-python-generator --library aiohttp ./schemas/openapi.yaml wildberries_async_api_client