sytolk / TaxiAndroidOpen

Taxi client application to communicate with RESTFul taxi companies services and send request, real time show back information for request status, arriving time and posion of the car accepted the request.
http://taxi-bulgaria.com
GNU Lesser General Public License v3.0
89 stars 120 forks source link

REST API of Server #11

Closed joelmanx closed 7 years ago

joelmanx commented 7 years ago

Which is the schema of the API REST? for to build the Backend

sytolk commented 7 years ago

API Rest service is not open source sorry

joelmanx commented 7 years ago

okey, but just I need the structure, please

sytolk commented 7 years ago

You can try to decompile Pojos model. It is generated from backend DB schema structure https://oss.sonatype.org/content/repositories/snapshots/com/taxi-bulgaria/rest/pojos/1.0.5-SNAPSHOT/pojos-1.0.5-20170624.082239-11.jar

http://www.javadecompilers.com/

joelmanx commented 7 years ago

thanks!