I have a simple need to make one off GET and POST requests while testing and building an API. I used to use Postman but it's all project based now and to much hassle to deal with in my work flow. Before Postman there was a Java app "REST Client UI" unfortunately the UI framework does not size right on high dpi screens and as a result I sopped using it.
So what do you used to test API and hack a websites API? What are the pros and cons of the tool. Also what kind of work flow do you used for this kind of task?