staab / js-allonge

Repository for collaboration on the project for the Javascript Allonge group 2014
MIT License
1 stars 3 forks source link

Design api client #2

Open staab opened 9 years ago

staab commented 9 years ago

This will a) consume the http api as described in #1 and b) either synchronize requested data with client-side models, or expose a simplified api for them to use. It could be very thin (a method call instead of an XMLHttpRequest), or very thick. We'll have to think through that.