0.0.18 • Published 3 years ago

dev-bbop-rest-manager v0.0.18

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
3 years ago

bbop-rest-manager

Overview

The purpose of the bbop-rest-manager is simple: to create an easy-to-use JavaScript abstraction for getting external data, usually from REST resource, that allows code reuse across client, server, and different response systems (promises, function callbacks, jQuery AJAX, or asynchronous or synchronous Node.js server).

All it needs to function is a RESTful resource to contact and a compliant response class (see superclass bbop-rest-response. With this and a single change in a single line in your code, you can run it on the server in Node, on a web client, or as a script.

(With a small amount of work, we could make this autodetect as well so no changes would be needed; we could also port this to Rhino or PurpleJS.)

For solid examples of what this does, please see the unit tests, starting with core.tests.js.

This is the "new" base (superclass) version of the manager for BBOP systems.

Availability

GitHub

NPM

API

index