virtual-vgo / vvgo

Virtual Video Game Orchestra
https://vvgo.org
Apache License 2.0
8 stars 7 forks source link

Api validation #352

Closed jacksonargo closed 3 years ago

jacksonargo commented 3 years ago

Previously, I was doing a direct api json response translation into javascript object. This was good enough to get things moving, but it's been a bit clunky. This pr introduces an extra transformation layer to convert the json object into proper javascript classes, and should hopefully cut down on the null/undefined hell. It also makes things feel a little more data oriented 😎