From 8f784c1048019fac65a415a02d0c813f4cd638a5 Mon Sep 17 00:00:00 2001 From: ipcenas <47504178+ipcenas@users.noreply.github.com> Date: Thu, 23 Apr 2020 18:25:33 +0200 Subject: [PATCH] Added Mastering REST APIs in Node.js: Zero-To-Hero --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 56b2ec4..d7c8ed2 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie * [REST API Tutorial](http://www.restapitutorial.com/) - RestApiTutorial.com is dedicated to tracking REST API best practices and making resources available to enable quick reference and self education for the development crafts-person. * [Microsoft REST API Guidelines](https://github.com/Microsoft/api-guidelines/blob/vNext/Guidelines.md#readme) - The Microsoft REST API Guidelines, as a design principle, encourages application developers to have resources accessible to them via a RESTful HTTP interface. * [API-Security-Checklist](https://github.com/shieldfy/API-Security-Checklist) - Best practices about REST API security +* [Mastering REST APIs in Node.js: Zero-To-Hero](https://www.manning.com/livevideo/mastering-rest-apis-in-nodejs) - Video course about how REST APIs work, how to create them, and how to keep them secure. ## Standards