How to Make API Requests with Request-Promise in Node.js

preview_player
Показать описание
See the written version of this tutorial for links to prerequisites and related tutorials:

By the end of this tutorial, you should be able to:

- Learn how to install request-promise from NPM
- Make GET, POST, PUT, PATCH, and DELETE calls to external APIs using request-promise
- Configure your requests with headers, query-strings, bodies, and more options
- Understand how to handle errors when making HTTP requests using request-promise

Рекомендации по теме
Комментарии
Автор

Never trust someone that uses VSC on light mode

heisznberg
Автор

What is the relevant package for Nestjs

pratibhalovesu