Reputation: 1157
I want to check web service is working or not using postman but I don't have the Internet on that machine. how can I install postman without chrome webstore?
or how should I check following web service using curl? using post request
http://url
of web service
Content-Type : application/x-www-form-urlencoded
key value(which is to be submitted via the body of request)
inputString again
sourceLang eng-latn
targetLang hin
withSuggestions 1
Upvotes: 2
Views: 23394
Reputation: 1824
You can simply download as an app from this link .In this way once installed, you dont have to be on chrome.
Other way is to clone from git repository. From here https://github.com/postmanlabs/postman-app-support
Upvotes: 2
Reputation: 1157
go to the following link as given by akhil mathew and download postman depending upon your operating system
https://www.getpostman.com/apps
Upvotes: 0
Reputation: 1659
If you want to install postman in chrome then just go to chrome web store.
Last week, Google announced plans to end support for Chrome Apps for Windows, Mac, and Linux users, over the next two years.
So to install postman as an application just go to this download link
Upvotes: 1