rest-request
JSON →A small Node.js HTTP client for making REST requests with promise-based responses. Version 1.0.12 provides a simple Request constructor that takes a base path and optional default headers. Supports GET, POST, PUT, DELETE methods with URL parameter substitution (both :param and {param} syntax) and automatic query string building for unused parameters. Different from full-featured clients like Axios or Got, it focuses on minimalism with no external dependencies. Stable but not actively maintained; last update was in 2017.
Resources
packagerest-request ↗