Created own RESTfull API : Wiki - REST API
const postDocumentExample = {
title: postTitle,
content: postContent,
};- Endpoint:
https://wiki-api-git-main-n-dcool.vercel.app/articles - Methods: GET, POST, DELETE
- Endpoint:
https://wiki-api-git-main-n-dcool.vercel.app/articles/{postTitle} - Methods: GET, PUT, PATCH, DELETE
![]() Naresh Choudhary 💻 |
Feel free to star ⭐ this repository if you like what you see 😉.

