We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A response may contain "x-bb-lesson" in the id field, which fails to validate as the BBResourceType enum does not have a corresponding value. https://github.com/jacobszpz/BlackboardSync/blob/8e7acee46199e01596576155ec9b55458516fce9/blackboard_sync/blackboard/blackboard.py#L106-L120
"x-bb-lesson"
id
BBResourceType
These response values are observed for SHSU's Blackboard service.
The text was updated successfully, but these errors were encountered:
Add x-bb-lesson res type and allow BBAvailability to be str
06fef84
Closes #105 and #106
No branches or pull requests
A response may contain
"x-bb-lesson"
in theid
field, which fails to validate as theBBResourceType
enum does not have a corresponding value. https://github.com/jacobszpz/BlackboardSync/blob/8e7acee46199e01596576155ec9b55458516fce9/blackboard_sync/blackboard/blackboard.py#L106-L120These response values are observed for SHSU's Blackboard service.
The text was updated successfully, but these errors were encountered: