jparise / vesta

Vestaboard client library for Python
https://vesta-py.readthedocs.io
MIT License
20 stars 1 forks source link

Deprecate the Platform API (Client interface) #164

Closed jparise closed 6 months ago

jparise commented 6 months ago

Vestaboard has deprecated the Platform API, so our Client interface is also considered deprecated. Switch to the SubscriptionClient, which offers nearly identical functionality.

Also, revise the documentation for the other clients to match the order used by Vestaboard's developer documentation.