I’m about to start developing a REST API for a client’s website and I’ve been doing some research. I came across this useful question on the gold standard for APIs.
Prior to reading this post I’d thought about using the Flickr API as a point of reference. However this comment on the above question made me think twice:
The Flickr API is particularly hilarious, for example. It advertises itself as RESTful and yet is nothing of the sort! – NathanE
I’m particularly interested in what makes the Flickr API not RESTful and what affect these none RESTful elements have.
“method” should be one of the HTTP methods (GET in this case).