You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since many API calls return binary data like getJP2Image and downloadMovie, it would be good to have a function available to quickly save those to disk.
Since many API calls return binary data like getJP2Image and downloadMovie, it would be good to have a function available to quickly save those to disk.
def save_file(data: bytearray, filename: str)