
js-data-adapter
Base adapter class that all other JSData adapters extend.
Refer to the various JSData adapter repositories to see how they extend Adapter
.
Usage
Browser-based adapter
npm i --save js-data js-data-adapter
Node.js based adapter
npm i --save js-data js-data-adapter
Now extend the adapter:
// ES6 {}
var Adapter = Adapter// Use Adapter.extendvar MyAdapter = Adapter
var Adapter = Adapter // Manually extend { Adapter} // Setup prototype inheritance from AdapterMyAdapterprototype = Object
Links
- Guides and Tutorials - Learn how to use JSData
- API Reference Docs - Explore components, methods, options, etc.
- Community & Support - Find solutions and chat with the community
- General Contributing Guide - Give back and move the project forward
License
The MIT License (MIT)
Copyright (c) 2016 js-data-adapter project authors