I apparently forgot to expose the samples from the help docs.
Samples can be gotten either by calling the `print_sample` or `return_sample` methods for a given API endpoint.
Additionally, the API method has its docstring set to the sample as well, so if you're in a jupyter notebook, you can do something like `tac.endpoint.taskLog?`
Additionally, direct dictionary output is available if the `jr` method is called. Calling the default endpoint object still returns the requests object.