Browser preview is not useful for a POST endpoint #53
Ross-Hunter
started this conversation in
Feature Request
Replies: 1 comment
-
Hey, you might be interested in my Http Client val It allows you to put a postman-like UI on the website root: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As I was writing my first Val I didn't realize that the browser preview at the bottom was hitting my function with a GET that I was just not handling so I was a
{"error":"Unexpected end of JSON input"}
error which threw me off for a bit.Would be cool if the "browser preview" actually had a Postman-like interface to interacting with the Val.
Beta Was this translation helpful? Give feedback.
All reactions