This repository contains generated code from aj-foster/open-api-generator.
Each tag contains code generated by a different commit of the code generator (whether part of main or a pull request).
Using these tags, and the git diffs between them, we can evaluate changes to the code generator.
To add an OpenAPI description, complete the following steps:
- Add the description (Yaml preferred, JSON acceptable) to the
specs/directory. The base name should be a simplified version of the API name (for example,github.ymlfor GitHub's API). - Add a corresponding entry in
config.exs. The configuration key should match the name of the description file, and the output should be set tooutput/[name]/.