Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 427 Bytes

HACKING.md

File metadata and controls

9 lines (7 loc) · 427 Bytes

Generating the bindings

  1. Download and compile swagger-codegen;
  2. Delete the lib and docs directories;
  3. Run the codegen tool with the config at data/swagger-codegen.config.json and the API file at data/openapi-2.json.

Note that the stable version of swagger-codegen won't work as it does not yet contain necessary changes to the Dart bindings generator.