tfredrich / RestApiTutorial.com

HTML Source code for www.RestApiTutorial.com
http://www.RestApiTutorial.com
Creative Commons Attribution Share Alike 4.0 International
3.06k stars 1.48k forks source link

Consider including industry practise of REST in the RestApiTutorial.com #21

Closed liqian19891011 closed 9 years ago

liqian19891011 commented 9 years ago

Hi,

First of all, I want to say that RestApiTutorial.com is really cool, it expresses the REST API principles in a very clear way and I have learned a lot of REST from it. And I think the site will be even better if some industry practice of REST be included (sometimes is still hard for developers to directly design a REST API only following the principles)

I'd like to recommend adding OData to the website. Below are basic information of OData.

I definitely DON'T mean to make your site to become another an odata.org site. But I think adding a link in the RestApiTutorial.com or even a separate page with introduction to OData can help developers easily pick up a good and verified practice of REST and start their work directly (since OData has a lot of existing libraries).

emanuel1025 commented 9 years ago

Can I work on this?

liqian19891011 commented 9 years ago

@RainmaKer779 Sure! Glad you can help on this !

tfredrich commented 9 years ago

Hi. Sorry I missed this issue.

I do like the concept of "Industry Practices." But it'd be nice if we could add content to the site to clarify the issues you're referring too.

Regarding OData... I'm more on the dislike side of that spec. It's not RESTful, reflects the underlying database schema, is insecure and is not recommended. We should pick industry best practices to illustrate.