Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Latest commit

 

History

History
11 lines (9 loc) · 366 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (9 loc) · 366 Bytes

Code generation

  1. Run below command to update the OpenAPI generated code:
openapi-generator generate -i https://api.swaggerhub.com/apis/passage/passage-auth-api/1 -g swift5 --additional-properties=responseAs=AsyncAwait -o Sources/Passage/generated
  1. Run script to fix known generated code issues:
python3 Sources/Passage/fix_generated_code.py