fiplus / fiplus-backend

2 stars 0 forks source link

Generate Client SDK - Android Library Project #28

Closed seanmikalson closed 9 years ago

seanmikalson commented 9 years ago

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.

seanmikalson commented 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.

seanmikalson commented 9 years ago

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

seanmikalson commented 9 years ago

ArangoDB issue relevant to this: https://github.com/triAGENS/ArangoDB/issues/1164

seanmikalson commented 9 years ago

Changes needed to arango's generated swagger to get code gen to work:

seanmikalson commented 9 years ago

Issue:

seanmikalson commented 9 years ago

No longer relevant/repo with sdk in it has been created.