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
{{ message }}
This repository was archived by the owner on Mar 28, 2024. It is now read-only.
Currently, the data attribute of BlossomResponse is fixed to the type Union[Dict[str, Any], None]. Instead, it should be a generic type parameter so that me can provide more type information for specific endpoints.
Also, most endpoints currently return List[Dict[str, Any]] instead, making the type information misleading.