Home > Software engineering >  How to get API endpoint info on an index page
How to get API endpoint info on an index page

Time:06-15

i was using something that displays all the API endpoints in an index page. it showed me all the endpoints and what they accept and allowed me to try the API out. I cant for the life of me remember what it was. Can anyone help please if someone says what it is i will defo remember if it that i was using and cant find it on google Thanks in advance

CodePudding user response:

may swagger is what you looking for - https://swagger.io/tools/swagger-ui/

  •  Tags:  
  • api
  • Related