Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature - Local API #36

Merged
merged 24 commits into from
Feb 12, 2023
Merged

Feature - Local API #36

merged 24 commits into from
Feb 12, 2023

Conversation

ShaneSutro
Copy link
Owner

@ShaneSutro ShaneSutro commented Jul 30, 2022

Enables the use of local API for Vestaboard, including new .read board method.

Currently, only the Board's raw method is supported as that's the only format the local API will accept. Added a warning message if the user tries to use the .post method with local API.

  • Update documentation
  • Write additional tests for new Board methods (begun, not finished)
  • Write additional tests for new Formatter methods

Closes #31
Closes #32

@ShaneSutro ShaneSutro added documentation Improvements or additions to documentation enhancement New feature or request In Progress Issue is being actively worked on labels Jul 30, 2022
@ShaneSutro ShaneSutro added this to the v1.2.0 milestone Jul 30, 2022
@ShaneSutro ShaneSutro self-assigned this Jul 30, 2022
@ShaneSutro ShaneSutro merged commit e3d2b76 into master Feb 12, 2023
@ShaneSutro ShaneSutro deleted the feature/localApi branch February 12, 2023 22:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request In Progress Issue is being actively worked on
Projects
Development

Successfully merging this pull request may close these issues.

Support Read/Write Endpoint Support Local API
1 participant