{"library":"rest.node","type":"library","category":null,"description":"A minimal Node.js base class for building REST API clients quickly. Version 0.4.1 requires Node >= 0.6.0. It provides a simple foundation with no built-in HTTP client, leaving the developer to implement request logic. Unmaintained since 2012, it lacks modern features like promises, ESM, and TypeScript support. Not recommended for new projects; alternatives like axios, got, or node-fetch are more robust.","language":"javascript","status":"abandoned","version":"0.4.1","tags":["javascript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install rest.node","imports":["var Rest = require('rest.node');","var rest = new Rest();","rest.get('/path', callback);"]},{"cmd":"yarn add rest.node","imports":[]},{"cmd":"pnpm add rest.node","imports":[]}],"homepage":"https://github.com/mattinsler/rest.node","github":"git://github.com/mattinsler/rest.node","docs":null,"changelog":null,"pypi":null,"npm":"rest.node","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}