We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df8bda1 commit 3557121Copy full SHA for 3557121
JavaScript/5-agnostic/README.md
@@ -0,0 +1,12 @@
1
+## Example 5 Agnostic
2
+
3
+- For testing and proper operation of the code, please use a URL in the following format:
4
5
+ `http://localhost:8000/entity/method/id`
6
7
+ Where entity - entity name in the routing, method - method name in the routing, id - identifier of the record in the database.
8
9
+- Example of URL for get user with id = 1:
10
11
+ `http://localhost:8000/user/read/1`
12
0 commit comments