How to interpret API documentation? -


ok might sound stupid question, i've looked @ many different api's different websites , "make request ...", give part of url. missing here? meant information need if have part of url?

an example found 1 discord.

image

i need make request, fair enough, where?

again me being stupid, i'm curious.

you have have server running application or @ least middleware serve api routes.

common examples node express, c# web api's in .net, etc.

essentially set routing on backend when call api on web application matches route , can perform things query database etc.

i highly recommend looking node express.

what stack using? should going https://www.fullstackpython.com/api-creation.html

you need set basic route operations running on python server , stance , point api calls port instance running using same domain if wish.

i highly recommend looking web services , crud operations


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -