A collection of automatically generated Entities taken from the Destiny 2 API Documentation.
Code is not formatted because code generation is hard.
This is my first attempt at an "object oriented" "code generator". It reads the openapi.json source(see above link), reads through it for only the information it needs, Converts the info into nice Lists then interates through it and using all that data it has saved, generates files.
It works with $ref as well.
- Document code
- Clean up code
- Endpoint gen
- Fix the "array" types in Actual Entities so it isn't list and properly reflects what it contains