File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- # Implementing a book module in Dotkernel API using dotkernel/dot-maker
1+ # Implementing a book module in Dotkernel API using DotMaker
22
33The ` dotkernel/dot-maker ` library can be used to programmatically generate project files and directories.
44It can be added to your API installation by following the [ official documentation] ( https://docs.dotkernel.org/dot-maker/ ) .
@@ -414,8 +414,8 @@ composer serve
414414If we did everything as planned, we should be able to create a new book by executing the below command:
415415
416416``` shell
417- curl -X POST http://0.0.0.0:8080/book
418- -H " Content-Type: application/json"
417+ curl -X POST http://0.0.0.0:8080/book \
418+ -H " Content-Type: application/json" \
419419 -d ' {"name": "test", "author": "author name", "releaseDate": "2025-08-21"}'
420420```
421421
Original file line number Diff line number Diff line change 5252 - Tutorials :
5353 - " Setting up CORS " : v6/tutorials/cors.md
5454 - " Creating a book module " : v6/tutorials/create-book-module.md
55- - " Creating a book module using dotkernel/dot-maker " : v6/tutorials/create-book-module-via-dot-maker.md
55+ - " Creating a book module using DotMaker " : v6/tutorials/create-book-module-via-dot-maker.md
5656 - " Token authentication " : v6/tutorials/token-authentication.md
5757 - " API Evolution " : v6/tutorials/api-evolution.md
5858 - " Find user by identity " : v6/tutorials/find-user-by-identity.md
You can’t perform that action at this time.
0 commit comments