@@ -3065,19 +3065,6 @@ <h2>Hosted API testing services</h2>
30653065< h2 > API creation resources</ h2 >
30663066< ul >
30673067< li >
3068- < p > < a href ="http://www.narwhl.com/ "> NARWHL</ a > is a practical API design site for
3069- developers confused about what is appropriate for RESTful APIs.</ p >
3070- </ li >
3071- < li >
3072- < p > This < a href ="https://github.com/interagent/http-api-design "> API Design Guide</ a >
3073- is based on Heroku's best practices for the platform's API.</ p >
3074- </ li >
3075- < li >
3076- < p > < a href ="https://18f.gsa.gov/ "> 18F</ a > 's
3077- < a href ="https://github.com/18f/api-standards "> API standards</ a > explains the details
3078- behind their design decisions on creating modern RESTful APIs.</ p >
3079- </ li >
3080- < li >
30813068< p > < a href ="http://pydanny.com/choosing-an-api-framework-for-django.html "> Choosing an API framework for Django</ a >
30823069 by < a href ="https://twitter.com/pydanny "> PyDanny</ a > contains questions and insight
30833070 into what makes a good API framework and which one you should currently
@@ -3094,6 +3081,25 @@ <h2>API creation resources</h2>
30943081 traps.</ p >
30953082</ li >
30963083< li >
3084+ < p > Versioning of RESTful APIs is a difficult and contentious topic in the
3085+ web API community. This two-part series covers
3086+ < a href ="http://urthen.github.io/2013/05/09/ways-to-version-your-api/ "> various ways to version your API</ a >
3087+ and < a href ="http://urthen.github.io/2013/05/16/ways-to-version-your-api-part-2/ "> how to architect a version-less API</ a > .</ p >
3088+ </ li >
3089+ < li >
3090+ < p > < a href ="http://www.narwhl.com/ "> NARWHL</ a > is a practical API design site for
3091+ developers confused about what is appropriate for RESTful APIs.</ p >
3092+ </ li >
3093+ < li >
3094+ < p > This < a href ="https://github.com/interagent/http-api-design "> API Design Guide</ a >
3095+ is based on Heroku's best practices for the platform's API.</ p >
3096+ </ li >
3097+ < li >
3098+ < p > < a href ="https://18f.gsa.gov/ "> 18F</ a > 's
3099+ < a href ="https://github.com/18f/api-standards "> API standards</ a > explains the details
3100+ behind their design decisions on creating modern RESTful APIs.</ p >
3101+ </ li >
3102+ < li >
30973103< p > "< a href ="https://medium.com/@zwacky/design-a-beautiful-rest-api-901c73489458 "> Design a beautiful REST API</ a > "
30983104 reviews common design decisions regarding endpoints, versioning, errors and
30993105 pagination. There is also a
@@ -3829,6 +3835,7 @@ <h1>Change Log</h1>
38293835< h2 > 2014</ h2 >
38303836< h3 > October</ h3 >
38313837< ul >
3838+ < li > More API creation resources.</ li >
38323839< li > Merged a bunch of pull requests that cleaned up spelling and grammar
38333840 errors. Thank you contributors!</ li >
38343841< li > Adding new Django 1.7-specific resources section on the Django page.</ li >
0 commit comments