Hi There,
We are in the process of building a REST compliant API. The backend is implemented in PHP and we want the interface to follow the convention over configuration motto.
Many of the API consumers will be Rails developers, and following a TDD strategy to building out the API, we've considered using ActiveResource to implement a consumer while shaping the API to comply with these standards.
Has this approach fallen out of favor? What other options or conventions might we be able to adhere to so that we can feel comfortable having built a strong API (Like Flickr, Facebook, Twitter, etc.)?
Thanks for any pointers.
Chad