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
All clients now support a user-provided httpx.Client.
Added support for the VBML absolutePosition style.
Added support for the VBML rawCharacters component field.
SubscriptionClient provides a client interface to Vestaboard's Subscription API.
Changed
The encode_*() functions now consistently specify keyword-only arguments.
Vestaboard has deprecated the Platform API, so our Client interface is also
considered deprecated. Switch to SubscriptionClient, which offers nearly
identical functionality.