This week's VS Code Tip off the Week is the Thunder Client extension.
Thunder Client is a lightweight Rest API Client Extension for Visual Studio...
For further actions, you may consider blocking this person and/or reporting abuse
Can thunder client publish the end points as documents?
Hi, I am creator of Thunder Client
can you please provide more details what you meant by end points as documents?
Kindly refer to the image link below...
dev-to-uploads.s3.amazonaws.com/up...
For example, In postman you can publish all endpoints as collections that can be shared between developers....
You can save requests to collections in Thunder Client also, you can share with your team by saving the requests data to git(see documentation on GitHub)
also you export a collection to json file.
You can generate code snippet too.
dev-to-uploads.s3.amazonaws.com/up...
Thanks for the reply... I will definitely check Thunder Client
Hi Ranga
Just to say: Thanks ! Your extension is a must have.
Glad you like the extension, let me know if you have any questions.
Did you know if there is any good tutorials on how to use it with OAuth2 authentication ?
see this link blog.jongallant.com/2021/04/azure-...
Thanks Ranga! I think it's not my use case: the tutorial is using "Client Credentials" for the Grant type while, I think, I need to use "Authorization Code".
The app I'm trying to use is indeed using such code that I, then, need to pass back to the calling application. My redirect URL is using a "/saveCode" URI and, I think, I need to give him the generated code (once logged in).
I continue to try / search on Google...
OAuth2 - Authorization Code is also easy to test.
Can you create a new issue on our Github page, I will share some screenshots that might be helpful.
Hmm, I’m not sure. Maybe @ranga_vadhineni, the creator of Thunder Client, can chime in. 😎
Basically, thunder client satisfy my need right now.
I've been long for such an extension for VSCode. A great tool to use to test web APIs.
Hi All, just want to post an update.
Code Snippet
feature now supports more languages including FlutterDart
& PhpLaravel
real-time
as you make changes to request