Closed seanmikalson closed 9 years ago
Looking into how to define a response class in foxx since this is required for the code generator. Otherwise, will have to manually document and parse responses.
Proposal for now: Create a 'dummy' response request which holds all our response models so the models get swagger json generated for them. Then will modify the json to specify the correct responses
ArangoDB issue relevant to this: https://github.com/triAGENS/ArangoDB/issues/1164
Changes needed to arango's generated swagger to get code gen to work:
Issue:
No longer relevant/repo with sdk in it has been created.
Get the raw swagger json for the arango extensions, put into dreamfactory and then generate client sdk source and create Android library project the app can use.