Closed pederhan closed 5 hours ago
Only accept string response if calling _get() with text=True. Avoids validation errors from trying to parse a response that cannot be validated as JSON.
_get()
text=True
Only accept string response if calling
_get()
withtext=True
. Avoids validation errors from trying to parse a response that cannot be validated as JSON.