{"library":"request-json","type":"library","category":null,"description":"request-json is a Node.js HTTP client specifically designed to streamline interactions with JSON APIs. It acts as a wrapper around the now-deprecated `request` library, simplifying common tasks like sending and receiving JSON payloads, handling basic authentication, and uploading/downloading files. Currently at version 0.6.5, the package has seen no updates for several years, effectively rendering it unmaintained. Its core differentiator was abstracting away some complexities of the underlying `request` library, offering a more fluent API for JSON-centric operations and basic promise support via `.then()`. Due to its fundamental dependency on the unmaintained `request` package, `request-json` should be considered unstable and potentially insecure for new projects, with no ongoing release cadence.","language":"javascript","status":"abandoned","version":"0.6.5","tags":["javascript","requests","request","api","http","json","client","simple","utility"],"install":[{"cmd":"npm install request-json","imports":["const request = require('request-json');","const client = request.createClient('http://localhost:8888/');","client.post('posts/', data, (err, res, body) => { /* ... */ });"]},{"cmd":"yarn add request-json","imports":[]},{"cmd":"pnpm add request-json","imports":[]}],"homepage":null,"github":"https://github.com/hackervents/request-json","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/request-json","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/request-json/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Tue Jul 21","install_tag":null}}