Kishore Tulsiani
- 活动总数 27
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 10
-
创建于 Writerside themes and powered by options
已回答we have started Writerside for our documentation. I have following questions I need help with 1. is there a way we can turn off `Powered by JetBrains Writerside` in generated htmls ?2. are any oth... -
已编辑于 http client cli proxy settings
已回答How can we pass noProxy host to http client cli docker image. As we have intranet and internet host in our http files. and want to use proxy only for internet.docker run --add-host host.docker.inte... -
已编辑于 auth token generation in IntelliJ http client
已回答We have a custom intranet endpoint to generate auth token for all of our services. So to use http client we always have to write two api one to generate token and using that token to call second ap... -
创建于 HTML reports in http client cli
已回答We are able to integrate http client cli in our Jenkins pipeline. But test report is in xml format. What is the recommended way to generate html report instead of xml generated by http client cli. -
创建于 report generation issue in http client cli
已回答We are trying to run multiple .http files in ci cd using http client cli. but report.xml is always getting overwriiten if we use the command like belowis there a way to consolidate report.xml > ./i... -
已编辑于 getting ssl exception while using jetbrains/intellij-http-client docker image
已回答I am tyring to use jetbrains/intellij-http-client cli docker image in a coroprate setup where we have custom cacerts installed in JVM.I am able to manually call the services across our environment... -
创建于 display schema errors in JSON or YAML file in custom plugin
已回答Thanks for providing your input here it helped me to progress. What is the recommended way to apply config in my plugin where this schema get applied to only particular file based on name / patter... -
创建于 extend and add autocompletion for Particular YAML file based on custom schema
已回答I am looking for some input on how to add autocompletion to a YAML file with particular name using custom plugin. We have custom schema or allowed attributes in YAML format. -
已编辑于 handle non json body in intellij idea http client editor .http files
已回答I am trying to use http client editor for connect multiple requests. but stuck at a point where if my response from first request is not json IntelliJ throws a syntax error. ###POST {{host}}/Access...