We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb0072a commit ce705d8Copy full SHA for ce705d8
README.md
@@ -15,7 +15,7 @@ Related projects:
15
There are also ports of this script in:
16
[Java](https://github.com/mevdschee/java-crud-api/blob/master/src/main/java/com/tqdev/CrudApiHandler.java),
17
[Go](https://github.com/mevdschee/go-crud-api/blob/master/api.go),
18
-[C# .net core](https://github.com/mevdschee/core-data-api/blob/master/Program.cs),
+[C# .net core](https://github.com/mevdschee/core-data-api/blob/master/Program.cs) and
19
[Node.js](https://github.com/mevdschee/js-crud-api/blob/master/app.js).
20
These implementations are a proof-of-concept and do only support basic REST CRUD functionality.
21
0 commit comments