thunderclient / thunder-client-support

Thunder Client is a lightweight Rest API Client Extension for VS Code.
https://www.thunderclient.com
Other
3.62k stars 127 forks source link

Add support to generate ThunderClient JSON from another source #1571

Open javaquery opened 2 months ago

javaquery commented 2 months ago

Question: Hey Team, We are an OpenSource Developers team. We have created an annotation for SpringBoot to generate http client collection from code itself. Currently it supports Postman and we wanted to add support for ThunderClient as well.

Problem Statement: We are able to generate exact JSON exported by ThunderClient but when we import that JSON it doesn't work. You have field called refId. This field is generated with some calculation. We don't know how you have calculated that field. Because of refId our generated JSON can't be imported into ThunderClient. Can you help us to calculate value of refId?

Git: https://github.com/BytesCraftIO/cURL

Are you using the free version/paid version/trial: Free version