maas-alliance / apis

Example APIs designed to support the MaaS ecosystem.
Apache License 2.0
4 stars 4 forks source link

Create reference implementation that serves mock data #12

Open brylie opened 6 years ago

brylie commented 6 years ago

Now that we have initial API definitions, we can make a mock service conforming to the designs. This will help developers to adopt the design. To this end, we can create a contract-first (a.k.a. design-first) reference implementation.

Task

Resources

evermassen commented 5 years ago

I would like to help you out with this task but not 100% familiar with Lepo and Django so it might take a some time. Where do you think we could start with this excercise?

evermassen commented 5 years ago

Also a bit struggling with github :-)

brylie commented 5 years ago

Ah, hey @evermassen we decided to go with Zalando Connexion instead of Lepo. Connexion has a quickstart guide. Try out the basic example, and we can then look specifically at this project API specs.