Get That API

Get That API

A free API testing browser extension to test your API with GET, POST, PUT, PATCH, and DELETE methods.

35
Get That API

Get That API

A free API testing browser extension to test your API with GET, POST, PUT, PATCH, and DELETE methods.

The problem Get That API solves

Got frustrated by opening native API testing tool everytime I have to test an API. So built a browser extension so that I can test API right inside the browser.

Challenges I ran into

Making the module into smaller parts was challenging for me as there are different use cases with different features. So I have to use

switch cases

or

conditional rendering

for most of the parts.

Discussion