samcadams / DestinySharp

No longer supported - An unofficial C# wrapper for the Destiny/Bungie API
https://discord.gg/G8v2Q8F
MIT License
4 stars 0 forks source link

Definition Rewrite #4

Open samcadams opened 6 years ago

samcadams commented 6 years ago

destiny.plumbing is a site that has all the manifest definitions in it.

Currently working on a method for receiving data just from this site.

I previously mentioned moving all the definitions from the DestinyServiceObjectResponse.cs out of their file and into their own.

That should work in theory but destiny.plumbing has a lot more definitions which can give us a bigger sample size of entities to create since some entities are missing variables(why bungie)

samcadams commented 6 years ago

Coming along nicely. Should be finished in the next few days.

Then the REAL work begins.