Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-30 | Generated jobs: Apply naming convention to parameters | Kitsune Ral | |
It's now camelCase everywhere, even if The Spec uses snake_case (it is not consistent in that respect). | |||
2017-10-24 | Support inheritance in data structures | Kitsune Ral | |
2017-10-12 | {{templates}} polishing | Kitsune Ral | |
2017-10-10 | Jobs with non-trivial results are generated properly | Kitsune Ral | |
This addresses the last bullet in KitsuneRal/gtad#10, completing the implementation. | |||
2017-10-02 | Drop ConnectionData parameter from {{template}} files too; less blanks | Kitsune Ral | |
2017-09-01 | Added files to (eventually) generate *Job classes automatically | Kitsune Ral | |
KitsuneRal/api-generator project is a place where all the heavy lifting will (eventually) be implemented. This commit marks a point when the generated files at least compile (whether they work is not tested yet). Return values are so far entirely ignored. |