Calling your web API “RESTful”? You’re doing it wrong
1–6 of 6 posts
Re: Calling your web API “RESTful”? You’re doing it wrong
#2Re: Calling your web API “RESTful”? You’re doing it wrong
#3I found this ( http://www.restapitutorial.com/lessons/whatisrest.html# ) to be a better explanation.
What I want is more to let people know why their APIs are not RESTful so they can use the kind of resources you gave to actually learn more about REST.
Thanks for sharing!
Re: Calling your web API “RESTful”? You’re doing it wrong
#4Re: Calling your web API “RESTful”? You’re doing it wrong
#5There is something called "Richardson maturity model", which pretty clearly specifies different levels of "restfulness": http://martinfowler.com/articles/richardsonMaturityModel.htm...
I do agree that this model is a good set of steps to build better APIs but then, how do you call them? RESTful Level 1 API?
My point with this article is just to call API what they are (usually just HTTP APIs). I'm totally against the use of the REST buzzword these days since it doesn't mean much anymore: everyone has a different view on it.
Re: Calling your web API “RESTful”? You’re doing it wrong
#6I found this ( http://www.restapitutorial.com/lessons/whatisrest.html# ) to be a better explanation.
The link you gave is pretty good. Note however, that in this article I wasn't trying to explain in details what is REST. What I want is more to let people know why their APIs are not RESTful so they can use the kind of resources you gave to actually learn more about REST. Thanks for sharing!