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 Apr 17, 2021. It is now read-only.
It is currently not possible to create decks with cover images.
Supporting this feature would allow covers to be set programmatically, instead of having to set these manually once the decks are created via tinycards-python-api.
Current state
Currently, Deck's cover argument is simply ignored:
Description
It is currently not possible to create decks with cover images.
Supporting this feature would allow covers to be set programmatically, instead of having to set these manually once the decks are created via
tinycards-python-api.Current state
Currently,
Deck'scoverargument is simply ignored:tinycards-python-api/tinycards/model/deck.py
Lines 9 to 29 in cf8f5fc
And even though there is logic to handle
imageFileinto_multipart_form, no value is actually provided:tinycards-python-api/tinycards/networking/form_utils.py
Lines 15 to 22 in 0103a53