restql 1.2.3 → 1.2.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
|
@@ -4,9 +4,9 @@ RESTful API Resolver for Nested-Linked Resources | 🕸 🕷
|
|
|
4
4
|
|
|
5
5
|
---
|
|
6
6
|
|
|
7
|
-
[](https://www.npmjs.com/package/restql)
|
|
8
|
+
[](https://www.typescriptlang.org/)
|
|
9
|
+
[](https://prettier.io/)
|
|
10
10
|
|
|
11
11
|
RestQL allows you to dynamically resolve nested-linked resources of a RESTful API.
|
|
12
12
|
By specifying a set of properties to describe the paths.
|