New Plugin for REST API calls (Second Try)
-
Hi All,
(FYI: If the content below looks familiar to anyone, it’s because I’ve renamed the plugin and wanted to create a new topic for it.)
Just wanted to let you know about a new plugin I made called RestApiToText. It uses content from an editor tab to make a REST call and display the results in a new tab. I have found it useful as a lighter alternative to a heavier, more formal REST tool. If you’re interested, please give it a try. Any feedback is much appreciated.
-
unable to get response for GET https://jsonplaceholder.typicode.com/todos/1 getting bad request??
-
@Vivek-Ghule said in New Plugin for REST API calls (Second Try):
unable to get response for GET https://jsonplaceholder.typicode.com/todos/1 getting bad request??
I got the same results; I tried with both just the GET, and with some headers (though the jsonplaceholder documentation doesn’t indicate that you need special headers). Unfortunately, @eljefe7000 showed a screenshot using a local REST server rather than a publicaly-available server like the one you showed, so there isn’t a known-working
@eljefe7000 hasn’t been around for at least 2 weeks, based on their forum profile, so I don’t know if they’ll be here to answer questions. You might want to try creating a github issue for RestApiToText. If you do, I suggest including screenshots of your exact request. And if you do post an issue over there, it would be nice to paste a link to that issue in this thread, so that people who read about it here can find out what happens with the issue.
Sorry I couldn’t be more help.
-
@PeterJones
fine, thanks.