faunadb-python
faunadb-python copied to clipboard
Expose response headers from RequestResult
It would be great if we could keep up with billing via the response headers in the Python client. I believe the JS driver allows this. The headers are captured in the RequestResult object I believe but it is never exposed in the result. https://github.com/fauna/faunadb-python/blob/v4/faunadb/client.py#L392
Internal ticket number is OSS-1040