You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: