We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e382805 commit 8d94181Copy full SHA for 8d94181
README.md
@@ -15,6 +15,9 @@ GET | `/api/user/profile/{pk}` | Retrieve a user
15
PUT | `/api/user/update/{pk}` | Edit a user
16
DELETE | `/api/user/destroy/{pk}` | Delete a user
17
18
+### Tasks
19
+[x] Users api CRUD endpoints
20
+
21
22
### Installation
23
If you wish to run your own build, first ensure you have python globally installed in your computer. If not, you can get python (here)[python.org].
0 commit comments