Merge pull request #44 from mwalter/mwalter/fixBrokenLink

fix broken link to Twitter REST API documentation
This commit is contained in:
Todd Fredrich
2017-11-02 15:45:00 -06:00
committed by GitHub

View File

@ -115,7 +115,7 @@
<p>By now you can see how the hierarchy concept works. There aren't any hard and fast rules, only make sure the imposed structure makes sense to consumers of your services. As with everything in the craft of Software Development, naming is critical to success.</p>
<p>Look at some widely used APIs to get the hang of this and leverage the intuition of your teammates to refine your API resource URIs. Some example APIs are:</p>
<ul>
<li>Twitter: https://dev.twitter.com/docs/api</li>
<li>Twitter: https://dev.twitter.com/overview/api</li>
<li>Facebook: http://developers.facebook.com/docs/reference/api/</li>
<li>LinkedIn: https://developer.linkedin.com/apis</li>
</ul>