Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 421 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 421 Bytes

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