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.
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
Post a Comment