From 568c22fda8ad5375d08508c85b60d42bb088c905 Mon Sep 17 00:00:00 2001 From: "Dylan J. Sather" Date: Sat, 27 Apr 2019 12:08:15 -0500 Subject: [PATCH] Updating APIs section, adding webhooks resource I made a couple of changes I thought might be helpful for this list: * Added a helpful resource on working with webhooks * It seemed like this belonged in the APIs section, and I retitled that section "Learn APIs and Webhooks", but happy to separate the webhooks content into its own section. * I removed the second level of indentation in the APIs section for all the links under the Reddit section (previously everything was a sub-bullet on the Reddit link), because these resources seemed like they should be primary bullets - they didn't relate to the original Reddit link. Let me know if you think this is OK. Happy to adjust the PR with any changes! Thanks. --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 077c22b..2eabcca 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ _Never more than one email per week. Easy to unsubscribe. Your information will 9. **[Full Stack Tutorials](#full-stack-tutorials)** 10. **[Learn Node.js](#learn-node-js)** 11. **[Learn Python](#learn-python)** -12. **[Learn APIs](#learn-apis)** +12. **[Learn APIs and Webhooks](#learn-apis-and-webhooks)** 13. **[Learn Databases](#learn-databases)** 14. **[Learn Authentication](#learn-authentication)** 15. **[Learn Git](#learn-git)** @@ -242,16 +242,17 @@ More free resources can be found on [codeburst.io](https://codeburst.io) * [Designing RESTful APIs - Udacity](https://www.udacity.com/course/designing-restful-apis--ud388) --- -### Learn APIs +### Learn APIs and Webhooks * Where to start with learning APIs [[Reddit Link]](https://www.reddit.com/r/learnprogramming/comments/5761ir/where_to_start_with_learning_how_to_use_apis/) - * [What is an API? In English Please. (Medium)](https://medium.freecodecamp.com/what-is-an-api-in-english-please-b880a3214a82#.vewp5i2n4) - * [Build a simple Weather App with Node.js in just 16 lines of code](https://codeburst.io/build-a-simple-weather-app-with-node-js-in-just-16-lines-of-code-32261690901d) - * [Build Node.js RESTful APIs in 10 Minutes](https://www.codementor.io/olatundegaruba/nodejs-restful-apis-in-10-minutes-q0sgsfhbd) - * [Free Intro to APIs Book/Course by Zapier](https://zapier.com/learn/apis/) - * [Google Maps API](https://developers.google.com/maps/documentation/) - * [Distance Calculator Web Services API](https://developers.google.com/maps/documentation/distance-matrix/start) - * [Build and Secure a Backend API Server](https://www.udacity.com/course/designing-restful-apis--ud388) +* [What is an API? In English Please. (Medium)](https://medium.freecodecamp.com/what-is-an-api-in-english-please-b880a3214a82#.vewp5i2n4) +* [Build a simple Weather App with Node.js in just 16 lines of code](https://codeburst.io/build-a-simple-weather-app-with-node-js-in-just-16-lines-of-code-32261690901d) +* [Build Node.js RESTful APIs in 10 Minutes](https://www.codementor.io/olatundegaruba/nodejs-restful-apis-in-10-minutes-q0sgsfhbd) +* [Free Intro to APIs Book/Course by Zapier](https://zapier.com/learn/apis/) +* [Google Maps API](https://developers.google.com/maps/documentation/) +* [Distance Calculator Web Services API](https://developers.google.com/maps/documentation/distance-matrix/start) +* [Build and Secure a Backend API Server](https://www.udacity.com/course/designing-restful-apis--ud388) +* [Working with Webhooks](https://requestbin.com/blog/working-with-webhooks/) --- ### Learn Databases