riversideio / binto-api

An open source member signup and billing management API for coworking spaces.
5 stars 3 forks source link

Settup data adapter #6

Open jcblw opened 11 years ago

jcblw commented 11 years ago

This will enable us to swap out database structures and api endpoints with the a couple lines of code rather then rewriting, the calls in the routing.

I need some ideas on what kind of structure we would want with this. Looking at what we have now we are pretty much connecting to external apis, which I dont think will always be the case.

motdotla commented 10 years ago

Could we start this by making an adapter to static json hosted somewhere? That way we could setup our binto-portal to test against this static data - served up by a staging-test-binto-api in the cloud.