Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 756 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 756 Bytes

Destiny 2 API

A collection of automatically generated Entities taken from the Destiny 2 API Documentation.

Code is not formatted because code generation is hard.

How this works...sorta

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.

Todo:

  • 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