@ember-data-types/rest 5.8.0-alpha.9 → 5.8.0-beta.1
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
|
|
18
18
|
<p align="center">Elegantly composable. Made for <strong>REST</strong>ful APIs</p>
|
|
19
19
|
|
|
20
|
-
This package provides utilities for working with **REST**ful APIs with [*Ember***Data**](https://github.com/
|
|
20
|
+
This package provides utilities for working with **REST**ful APIs with [*Ember***Data**](https://github.com/warp-drive-data/warp-drive/).
|
|
21
21
|
|
|
22
22
|
## Installation
|
|
23
23
|
|
|
@@ -38,7 +38,7 @@ pnpm add @ember-data/rest
|
|
|
38
38
|
|
|
39
39
|
## Getting Started
|
|
40
40
|
|
|
41
|
-
If this package is how you are first learning about EmberData, we recommend starting with learning about the [Store](https://github.com/
|
|
41
|
+
If this package is how you are first learning about EmberData, we recommend starting with learning about the [Store](https://github.com/warp-drive-data/warp-drive/blob/main/packages/store/README.md) and [Requests](https://github.com/warp-drive-data/warp-drive/blob/main/packages/request/README.md)
|
|
42
42
|
|
|
43
43
|
## Request Builders
|
|
44
44
|
|