Outline the kind of data each endpoint will expose in the docs
mubarak23 opened this issue · 5 comments
for each endpoint on the docs, we should have an object that shows the list of data the endpoint will expose when it is called. i.e
state = {
name: ""
governor: "",
landmark: ""
},
this is according to the model of DB.
then give an example with one state API call.
I can work on this and submit a pull request
Hi @mubarak23, please go ahead 🙏
sure I will send a PR on this
I will need permission access on the repo to send my push on the new branch then I can create PR to develop or master branch.
am getting this permission error (remote: Permission to seyi-adeleke/Nigerian-states-api.git denied to mubarak23.)
Hello @mubarak23, you actually don't need permission access to the repo, you can fork it and create a PR to this repo. Here's a guide you can follow. Let me know if you have any questions. Thanks