@ember-data-types/rest 5.8.0-alpha.40 → 5.8.0-alpha.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -30,6 +30,12 @@
|
|
|
30
30
|
|
|
31
31
|
<p align="center">Elegantly composable. Made for <strong>REST</strong>ful APIs</p>
|
|
32
32
|
|
|
33
|
+
> [!WARNING]
|
|
34
|
+
> **⚠️ This package only exists for backwards compatibility**
|
|
35
|
+
>
|
|
36
|
+
> Newer apps should use [@warp-drive/utilities](https://warp-drive.io/api/@warp-drive/utilities/)
|
|
37
|
+
|
|
38
|
+
|
|
33
39
|
This package provides utilities for working with **REST**ful APIs with [*Ember***Data**](https://github.com/warp-drive-data/warp-drive/).
|
|
34
40
|
|
|
35
41
|
## Installation
|