Thank you for a great demo! Even your cat was excited to hear some tips :D Yuriy: describes how to create a user using HTTP POST method Cat: MEOW! MEOW! MEOW!
Great demo and such a powerful tool. I wish someone could answer the one most popular question about a CLI for CI/CD. It guess it's a taboo question as not answered in the demo or the issues. It's mostly the only reason preventing using it. Many other team members are using VSC or Eclispe so they can't run these. Would be also nice to re use in the CI/CD pipelines.
No, it is not taboo of course, we right now think of possible solution. Unfortunately, It is not that easy to decouple our existing powerful HTTP language parser from IntelliJ IDEA codebase. We already did something like this for our Markdown library, so at least it looks possible.
Hi, Thanks for sharing. I have a question, is posile write headers to separete file and include like request body? I have lot header what repeat in evry request and most header have static value.
how to run same api multiple times within .http file in an automated way. based on some field received in response. For let's say any status api that we need to call multiple times to recieve one status.
в тестах после проверки как я понял идет сообщение не описывающее тест, а описывающее поведение, если тест провалился. т.е в случае , когда мы проверяли на 500 ошибку , после теста надо писать сообщение не Result is server error , а причину, по которой тест провалился: "Status is not 500" . ТОже самое для проверки на 200х сотый код - не Result is OK, а "Result is not OK"
Glad to be here
Thank you for a great demo! Even your cat was excited to hear some tips :D
Yuriy: describes how to create a user using HTTP POST method
Cat: MEOW! MEOW! MEOW!
Sorry, the cat meowed actually for no real reason (
@@yuriyartamonov9881 no apologies required, cats are forgiven forgiven for everything by default coz they are cute 😸
@@yuriyartamonov9881 cats don't like POST.....as developers
Documentation: jetbrains.com/help/idea/http-client-in-product-code-editor.html
Issues and feedback: youtrack.jetbrains.com/issues/IDEA?q=%7BTools.%20HTTP%20Client%7D
Hello from Quebec, Canada -25 C
Thanks for the demo!
Great demo and such a powerful tool. I wish someone could answer the one most popular question about a CLI for CI/CD. It guess it's a taboo question as not answered in the demo or the issues.
It's mostly the only reason preventing using it. Many other team members are using VSC or Eclispe so they can't run these. Would be also nice to re use in the CI/CD pipelines.
No, it is not taboo of course, we right now think of possible solution.
Unfortunately, It is not that easy to decouple our existing powerful HTTP language parser from IntelliJ IDEA codebase.
We already did something like this for our Markdown library, so at least it looks possible.
The same tool exists for VSC (REST Client extension) and even for Visual Studio. I don't know about Eclipse
IntelliJ HTTP Client CLI has been released!
Good job and one idea. Jmetter has a lot of test functionality which could be implemented in that client.
Continue to refuel and support you
Hi, Thanks for sharing. I have a question, is posile write headers to separete file and include like request body? I have lot header what repeat in evry request and most header have static value.
Awesome
Great demo, thanks
Super Cool
Hi, Thanks for sharing. I have a question, is it support for running loops with different boday file? just like import a csv file as postman did?
nice share!
31:23 what If I want to extract it from previous request and set in in the HTTP client env variables, can I do that?
Awesome tool
Is there support for passing certificate info or authentication. My work place uses jks or pfx file for authentication.
Hello there! Great demo, thank you! But what about sending grapqh queries or mutations ? With authentication with an option
how to run same api multiple times within .http file in an automated way. based on some field received in response. For let's say any status api that we need to call multiple times to recieve one status.
Very interesting. Thank you so much.
Thank you for a great demo! How can I check / test the response body content?
Do it with > {% client.test %} JavaScript fragments as I showed during the demo
в тестах после проверки как я понял идет сообщение не описывающее тест, а описывающее поведение, если тест провалился. т.е в случае , когда мы проверяли на 500 ошибку , после теста надо писать сообщение не Result is server error , а причину, по которой тест провалился: "Status is not 500" . ТОже самое для проверки на 200х сотый код - не Result is OK, а "Result is not OK"
Great demo. Just one question how does the port number appear beside the running application in Service window ?
Hello! Application port which could be seen in service tool window simply configures in application.properties file via service.port=8080 property
great
Can you share the repository to the example code
Attached to the description
excellent
Круто, спасибо.
would you please share the source as well, thanks
what about k6
can I depug this 25:20
Awesome