The API open source to find definitions about programation.
main url = https://wiki-api-6f4c.onrender.com/
HTTP Verb | /articles https://wiki-api-6f4c.onrender.com/articles |
/articles/articleTitle exemple: https://wiki-api-6f4c.onrender.com/articles/API |
---|---|---|
GET | Fetch all articles on JSON format | Fetch the article with the title articleTitle |
POST | Create new post. Add in req.body: title: "article title" AND content: "article content |
- |
PUT | - | Remplace post. Add in req.body: title: "article title" AND/OR content: "article content CAUTION: if title missing, the post won't be accessible later, beacause the API look it by title. |
PATCH | - | Update a post. Add in req.body: title: "article title" AND/OR content: "article content |
DELETE | Delete all the articles | Delete the article with the title articleTitle |
build with Node.js + Express.js
MongoDB with Mongoose.
Hosted in render.com.
WARNING: render.com can be slow to respond when using the free tier (demo purpose only). Please be patient.