RESTful Web API Design with Node.js - Second Edition
Ditulis pada: September 20, 2019
RESTful Web API Design with Node.js - Second Edition, Explore the practical side of REST to build data-centric applications with Node
Created by Packt Publishing
English
English [Auto-generated]
PREVIEW THIS COURSE - GET COUPON CODE
What you'll learn
- Know what an API is and how it is used in client-server communication
- Explore HTTP requests and responses and find out about the various fields that make up these requests and responses
- Understand the architectural constraints and properties that make an API RESTful
- Use Twitter’s API to tweet and search for tweets
- Store Twitter’s data in our database to minimize the use of Twitter’s API
- Use Async.js to handle Twitter’s API constraints
- Test APIs using Postman and Apache Benchmark
- Build the API on the server using Express.js and MongoDB
- Find out about the Facebook Graph API, and its structure, resources, and permissions
- Be introduced to GitHub API, its use of different representations, the PATCH verb, HATEOAS, and conditional requests
- Get security tips to prevent session hijacking vulnerabilities