Add API documentation in /backend/README.md
What all things to include in API Documentation:
-
An Overviewwhich describes what API does. -
Descriptionof each API alongside with some examples wherever possible. - List down the
status codeand their meaning.
Assign me
Any updates @kavyarishi19 ?
Hi, I am very interested in helping with your documentation, but need a bit of help to get started. Particularly, I am having trouble finding exactly what I should be documenting. I have forked the project and can see where to edit the backend readme.md. Sorry for being a newbie, but I hope that I can help in the end!
You should be documenting all the api endpoints we have.
And for the details part, you need to include the request body, headers and response type, body etc.
You can follow any standard api documentation format.
Just wanted to let you know that I am working on this!
Do you have a Postman collection for this project?
We didnt use postman while developing, instead used a similar vscode extension called ThunderClient.
You can install this in vscode
And then import the thunder_collection.json file in the backend folder to see it.
It is very similar to postman if you have already worked with postman.
It doesn't look like I am going to have time to finish this, unfortunately.
Hi,
Is this still open? If yes, then can you please share the .json file. I do not see the file in the backend folder and the existing one throws up an error when I import.
Thanks, Abhishek