flamerest
TypeScript icon, indicating that this package has built-in type declarations

1.0.101 • Public • Published

REST JS

Promise based, easy and fast methods for MySQL requests.

npm install flamerest --save

Usage

import FLAMEREST from "flamerest";
Vue.use(new FLAMEREST([custom_endpoint]));

or

import FLAMEREST from "flamerest";
window.REST = new FLAMEREST('localhost');

Create and Update

Just field list, but any field can be HTML Input [type=file], Clipboard object, DataTransfer [Drag&Drop/Clipboard] or FileList (automatically upload any of that)

Delete

Function Remove. Can delete row by primaryKey - second parameter, or mass delete by fields condition - third parameter with fields

Readme

Keywords

Package Sidebar

Install

npm i flamerest

Weekly Downloads

7

Version

1.0.101

License

MIT

Unpacked Size

36.7 kB

Total Files

4

Last publish

Collaborators

  • flameart