{"library":"rest-request","type":"library","category":null,"description":"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.","language":"javascript","status":"maintenance","version":"1.0.12","tags":["javascript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install rest-request","imports":["const Request = require('rest-request');","import Request from 'rest-request';","import Request from 'rest-request'; const api: InstanceType<typeof Request> = new Request('http://example.com');"]},{"cmd":"yarn add rest-request","imports":[]},{"cmd":"pnpm add rest-request","imports":[]}],"homepage":"https://github.com/meg768/rest-request#readme","github":"https://github.com/meg768/rest-request","docs":null,"changelog":null,"pypi":null,"npm":"rest-request","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}