... | ... | @@ -31,7 +31,7 @@ export class Data { |
|
|
}
|
|
|
```
|
|
|
|
|
|
## Crud Methods
|
|
|
## CRUD Methods
|
|
|
* `create`: for POSTing one record at a time. ARGS: (body)
|
|
|
* `read`: for GETing one record at a time. ARGS: (id, bypassCache)
|
|
|
* `readList`: for GETing a list of the first page of records of a model. ARGS: (params)
|
... | ... | @@ -53,4 +53,7 @@ example usage: |
|
|
});
|
|
|
}
|
|
|
...
|
|
|
``` |
|
|
\ No newline at end of file |
|
|
```
|
|
|
|
|
|
## other options
|
|
|
JSData v3 is in beta as of Jan 2017 and might be worth revisiting as an in-browser data store solution |
|
|
\ No newline at end of file |