DEV Community

Discussion on: VS Code Tip of the Week: The Thunder Client Extension

Collapse
 
drsimplegraffiti profile image
Abayomi Ogunnusi

Can thunder client publish the end points as documents?

Collapse
 
ranga_vadhineni profile image
Ranga Vadhineni

Hi, I am creator of Thunder Client

can you please provide more details what you meant by end points as documents?

Collapse
 
drsimplegraffiti profile image
Abayomi Ogunnusi • Edited

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....

Thread Thread
 
ranga_vadhineni profile image
Ranga Vadhineni • Edited

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...

Thread Thread
 
drsimplegraffiti profile image
Abayomi Ogunnusi

Thanks for the reply... I will definitely check Thunder Client

Collapse
 
cavo789 profile image
Christophe Avonture

Hi Ranga
Just to say: Thanks ! Your extension is a must have.

Thread Thread
 
ranga_vadhineni profile image
Ranga Vadhineni

Glad you like the extension, let me know if you have any questions.

Thread Thread
 
cavo789 profile image
Christophe Avonture

Did you know if there is any good tutorials on how to use it with OAuth2 authentication ?

Thread Thread
 
ranga_vadhineni profile image
Ranga Vadhineni
Thread Thread
 
cavo789 profile image
Christophe Avonture

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...

Thread Thread
 
ranga_vadhineni profile image
Ranga Vadhineni • Edited

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.

Collapse
 
nickytonline profile image
Nick Taylor

Hmm, I’m not sure. Maybe @ranga_vadhineni, the creator of Thunder Client, can chime in. 😎