Number of APIs: 15
POST http://localhost:3001/authors
GET {{url}}/authors/{{StephenKingID}}
GET {{url}}/authors/{{JKRowlingID}}
GET {{url}}/authors/{{JulesVerneID}}
GET {{url}}/authors/{{VictorHugoID}}
GET {{url}}/authors
PUT {{url}}/authors/{{VictorHugoID}}
DELETE {{url}}/authors/{{StephenKingID}}
DELETE {{url}}/authors/{{JKRowlingID}}
DELETE {{url}}/authors/{{JulesVerneID}}
DELETE {{url}}/authors/{{VictorHugoID}}
POST {{url}}/authors/{{StephenKingID}}/books
GET {{url}}/authors/{{StephenKingID}}/books/{{BookID}}
PUT {{url}}/authors/{{StephenKingID}}/books/{{BookID}}
DELETE {{url}}/authors/{{StephenKingID}}/books/{{BookID}}
ENDPOINTS