Skip to content

🪲 A singe html file to debug your API with methods as: GET, POST, PUT, DELETE

License

Notifications You must be signed in to change notification settings

1337z/API-Debugger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

API-Debugger

Simple single page API debugger for your projects.

Just add the debug.html or the debug.min.html file into your project. It does not have to be in the root directory. Now you can navigate to the file with your browser and test your API.

Methods:

  1. GET
  2. POST
  3. PUT
  4. DELETE