Matt Kassawara

Results 2 issues of Matt Kassawara

For reading task logs (e.g., stdout/stderr), the Nomad API [endpoint](https://www.nomadproject.io/api/client.html#stream-logs) only supports passing an offset in characters instead of lines which makes implementation rather difficult. To ease implementation, the library...

The documentation is missing for the `client` endpoint. I see plenty of [code](https://github.com/jrxFive/python-nomad/blob/master/nomad/api/client.py) for the endpoint and can use it, but find very little [documentation](https://python-nomad.readthedocs.io/en/latest/api/client/) for it. Perhaps some automatic...