@terreno/api 0.0.3 → 0.0.4
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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,9 +5,9 @@ Most REST APIs wind up being a lot of boilerplate, so this tries to cut that dow
|
|
|
5
5
|
into a full blown framework of its own. This library is inspired by the
|
|
6
6
|
[Django-REST-Framework](https://www.django-rest-framework.org).
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
8
|
+
These APIs integrate with @terreno/rtk to create consistent types on the frontend
|
|
9
|
+
and backend, and automatically generated React hooks to fetch, query, and modify
|
|
10
|
+
model instances.
|
|
11
11
|
|
|
12
12
|
## Getting started
|
|
13
13
|
|
package/package.json
CHANGED