restcli
restcli copied to clipboard
Question: Reuse requests
Hi.
Is there a way one could reuse a file, containing common requests (say authentication, clean up...), to avoid duplicating requests all over files?
Thank you.
@pintomau Currently, restcli doesn't support reuse the requests yet. But this is a good idea. I will keep this issue then consider to implement in the future.
I would also love to see this implemented. Something like a #include filename.http would be great:
#include createTestUserAndLogIn.http
### Execute the actual tests
#include cleanupTestUser.http
This would probably also require a feature request towards JetBrains, right?