ngryman / ribs

:meat_on_bone: Responsive Images Baked Server-side.
GNU General Public License v3.0
39 stars 8 forks source link

api feedback. #2

Open ngryman opened 11 years ago

ngryman commented 11 years ago

Leave any comment, suggestion about the proposed API: https://github.com/ngryman/ribs/wiki/API

fgnass commented 10 years ago

Regarding the REST API ... have you seen the RESTful Image API Specification (RIAPI)? Might be worth to take a closer look to see if it fits with ribs.

ngryman commented 10 years ago

Yes I've read it and I intend to be compatible. Some well known image processing saas are already supporting it. As riapi seems to be a good bet for a future standard I think this is a good idea. I'll mention this in the docs.

That said, I still intend to expose my own api too. This is basically because of personal taste and some implementation reasons too.

Thanks for your feedback!

PS: I've used spin.js in several projects, nice job ;)