hoppscotch / docs

📖 Hoppscotch documentation - https://docs.hoppscotch.io
https://docs.hoppscotch.io
MIT License
129 stars 151 forks source link

Add a detailed guide on "How to test Local APIs within Hoppscotch?" #204

Open SanskritiHarmukh opened 3 months ago

SanskritiHarmukh commented 3 months ago

Overview:

Hoppscotch provides a convenient way to test your locally hosted APIs using its Browser Extension. It allows you to interact with APIs served from your local development environment directly in your browser.

What You Need to Do:

Write a guide on "How to test Local APIs within Hoppscotch?", showcasing the process from installing the browser extension to testing the local APIs that you have crafted for your application. Attach the code snippets, and image frames that depict the results.

Resources:

programmersoham commented 3 weeks ago

I will be working on this issue !

SanskritiHarmukh commented 3 weeks ago

Hey @programmersoham , before I assign the issue, may I know if you have registered for TestMu?

programmersoham commented 3 weeks ago

Yes I have !

SanskritiHarmukh commented 3 weeks ago

Cool. Assigning this issue to you!

ganeshpatil386386 commented 3 days ago

This issue is still open? @SanskritiHarmukh

programmersoham commented 3 days ago

I forget about this. Feel free to assign it to @ganeshpatil386386 since I'm not working on it.

ganeshpatil386386 commented 19 hours ago

@SanskritiHarmukh can you share more details on it. I have to create RESTful api example to demonstrate Local API testing? is there any existing example on it?

SanskritiHarmukh commented 19 hours ago

@SanskritiHarmukh can you share more details on it. I have to create RESTful api example to demonstrate Local API testing? is there any existing example on it?

I have an application created using Express, which I often use for demos and tutorials for Hoppscotch. You can check it out and try creating something simple that runs on localhost.