Aleksi Simell
Aleksi Simell
In case we have `Test Tags`, there also needs to be a `Task Tags` equivalent similar to `Task Setup` and `Task Task Timeout`, etc. Just dropping this in, because the...
I believe I'm not directly answering the question here, but I'm working in an environment that has to get an authentication token from a server that requires authentication. What works...
Hi @etienneroijen, The `body` argument only supports JSON. RESTInstance 1.1.0 introduced `data` (same as `--data` in `curl`) argument which supports other data formats. Could you try using that instead of...
Oh, you're absolutely right! It doesn't mention the data argument. We'll release new documentation soon! Sorry for that. It should work with a dictionary, bytes, or file. If it doesn't...
Yes, 1.1.0 was released a month ago as you can see from [PyPI](https://pypi.org/project/RESTinstance/).
Python version 3.8 shouldn't be a problem. I have Python 3.8 as well in my local machine and it installs it just fine. Can you try installing with `--no-cache-dir` or...
Do you have Robot Framework installed and in PATH? Can you also try `python3 -m robot` or `python3 -m robot.robot`? Upgrading RESTinstance shouldn't affect your robot installation in any way.
Actually `python3` is not a command for Windows. It's just `python`. Sorry for the confusion! It looks like from you pip install that Robot Framework is installed under `c:\python38\lib\site-packages`. I...
Instead of having four basically identical keywords, would it be more reasonable to have a single keyword `Set Client Authentication` that takes the type of authentication as an argument and...
1. I think case insensitive string comparison should work just fine as long as the supported values are documented. 2. Using `${NONE}` would probably make more sense than no arguments...