... | ... | @@ -2,6 +2,7 @@ jsdata |
|
|
crud
|
|
|
* for js data all the old methods that had find now use the word read instead
|
|
|
* for jsdata loadrelations you have to specify what relations to load ex) ` foo.loadrealations('barObj')`
|
|
|
* should we name our model services like BookModelService?
|
|
|
|
|
|
OLD STUFF:
|
|
|
[[ Our js-data config plays nice with DRF. It handles the deserialization of responses that contain paginated meta data. Additional resource methods have been defined such as `findAllPaged`, `list`, `patch`, and `paging` (detailed below). Three instance methods have been added as `DSPatch`, `detail`, and `debouncedUpdate`. View `src/common/api.js` to inspect their implementation details. ]] -- need to update
|
... | ... | |