subasraj / flashpost-support

Flashpost is a lightweight Rest API Client Extension for Visual Studio Code.
MIT License
10 stars 0 forks source link

(New Request) generating code for fetch would be nice #12

Closed BananaAcid closed 8 months ago

BananaAcid commented 8 months ago

I know, code will be generated for axios, but fetch would be perfect and more general to be used (node, browser, polyfill, ...)

subasraj commented 8 months ago

It's already there please see this image below

image

BananaAcid commented 8 months ago

Oh sorry - fasted feature addition i have ever seen ;)

BananaAcid commented 8 months ago

@subasraj was just checking them out ... and found PHP > fetch does show the curl version (I expected PEAR's HTTP_Request https://pear.php.net/manual/en/package.http.http-request.php )

and: I love seeing HTTPie there :)