We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent0a1c6ea commit9bbc5bbCopy full SHA for 9bbc5bb
README.md
@@ -16,8 +16,9 @@ Related projects:
16
There are also ports of this script in:
17
[Java](https://github.com/mevdschee/java-crud-api/blob/master/src/main/java/com/tqdev/CrudApiHandler.java),
18
[Go](https://github.com/mevdschee/go-crud-api/blob/master/api.go),
19
-[C# .net core](https://github.com/mevdschee/core-data-api/blob/master/Program.cs) and
20
-[Node.js](https://github.com/mevdschee/js-crud-api/blob/master/app.js).
+[C# .net core](https://github.com/mevdschee/core-data-api/blob/master/Program.cs),
+[Node.js](https://github.com/mevdschee/js-crud-api/blob/master/app.js) and
21
+[Python](https://github.com/mevdschee/py-crud-api/blob/master/api.py).
22
These implementations are a proof-of-concept and do only support basic REST CRUD functionality.
23
24
##Requirements