Skip to content

Handle bytes in YAML caching

Erwan Rouchet requested to merge yaml-cache-bytes into master

The API client uses response.content from requests when using a schema from a URL, which returns a bytestring, causing AttributeErrors with the YAML caches as it tries to get the file name of the bytestring.

Edited by Erwan Rouchet

Merge request reports

Loading