This is a work-in-progress fully-typed SDK for the API for the game Odd Giants (a Glitch remake).
For easy initialization, run the init
script. This will generate the API, and
install dependencies.
npm run init
To build the OddGiants SDK, run
npm run generate
To run and test the code, run
npm run test