OASI REST provides REST service utilities for JavaScript/Node.js applications. Version 1.0.10 is the latest stable release. The package is designed for use with Bower and requires a bower-npm-resolver plugin for installation. It differentiates itself through simple integration with Bower projects and focuses on REST service abstractions.
npm install oasi-restNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to import OasiRest, create a client with a base URL, and make a GET request.
Install bower-npm-resolver and configure .bowerrc as shown in README.
Use import statement instead of require.
Migrate to npm/yarn and update imports accordingly.
Follow README instructions: configure .bowerrc, add dependency in bower.json, and run bower i.
Change const OasiRest = require('oasi-rest') to import OasiRest from 'oasi-rest'.No dependency data recorded yet.