Skip to content

samcadams/Destiny-2-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A C# class generator for the Destiny 2 API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages