Skip to content

Commit 9bbc5bb

Browse files
authored
Update README.md
1 parent 0a1c6ea commit 9bbc5bb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ Related projects:
1616
There are also ports of this script in:
1717
[Java](https://github.com/mevdschee/java-crud-api/blob/master/src/main/java/com/tqdev/CrudApiHandler.java),
1818
[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).
2122
These implementations are a proof-of-concept and do only support basic REST CRUD functionality.
2223

2324
## Requirements

0 commit comments

Comments
 (0)