Introduction
In this article, you will see how to easily create your own REST API server to be accessible on the internet without coding...
For further actions, you may consider blocking this person and/or reporting abuse
Insightful
Glad to hear that. Thank you🙏
nice
Thank you 🙏
Feel free to use open source Postman alternative: Hoppscotch for testing APIs on-the-go directly from your browser window.
hoppscotch / hoppscotch
👽 Open source API development ecosystem - https://hoppscotch.io
why postman needs an alternative. - before opening url
[ after opening url]
awesome. I don't need postman anymore. your app is web based. big thing it is written in vue js. that's why will use
You should definitely read about why I started the Hoppscotch project:
I created Hoppscotch 👽 - Open source API development ecosystem
Liyas Thomas ・ Aug 22 '19
Really Amazing. Now I have an extension. Good bye postman. Welcome to Hoppscotch.
hey. Your extension does not have support for edge
this is so slick. and i echo the others - crisp and clear writing man. thanks for writing this
Thank you so much :)
Hi, recently I discovered DevApiService. It's online tool for mockup API. You can make HTTP requests (GET, POST, PUT and DELETE) without limits and with token authorization than generate the platform.
Thanks for the clear and simple explaination, Yogesh.
Thank you :)
You can use json-server for hosting your API on production as I did in this article here.
Is there a way to add auth to it?
yes, you can add authentication using middleware like this:
Thanks, this was very beautiful
Thank you 🙂
Thanks, very helpful.
Thank you :)
Can you explain how one should proceed in case you have different json files. How could I choose one from them to show in my local server? thank you