File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,9 @@ Related projects:
16
16
There are also ports of this script in:
17
17
[ Java] ( https://github.com/mevdschee/java-crud-api/blob/master/src/main/java/com/tqdev/CrudApiHandler.java ) ,
18
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 ) .
19
+ [ C# .net core] ( https://github.com/mevdschee/core-data-api/blob/master/Program.cs ) ,
20
+ [ 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 ) .
21
22
These implementations are a proof-of-concept and do only support basic REST CRUD functionality.
22
23
23
24
## Requirements
You can’t perform that action at this time.
0 commit comments