Updating link to Twitter API

Link to Twitter API was broken, put in the correct link
This commit is contained in:
Ashwin Kumar
2017-10-08 17:02:21 +02:00
committed by GitHub
parent 200081c87d
commit a2fef915e3

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://developer.twitter.com/en/docs/api-reference-index</li>
<li>Facebook: http://developers.facebook.com/docs/reference/api/</li>
<li>LinkedIn: https://developer.linkedin.com/apis</li>
</ul>