-
Notifications
You must be signed in to change notification settings - Fork 9
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
API parse errors #42
Comments
|
sgrimee
pushed a commit
to sgrimee/webex-rust
that referenced
this issue
Dec 15, 2023
Addresses first item of wr-org#42
|
seen with AdaptativeCards
|
seen with AdaptativeCards
|
sgrimee
pushed a commit
to sgrimee/webex-rust
that referenced
this issue
Dec 21, 2023
API parse errors wr-org#42
fixed in d944c31 |
fixed in 8df385a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using this issue to collect API deserialization errors due to missing fields.
The field url in the
Activity
struct is not always sent by the API, causing a parse error on occasion.This can be seen for example when receiving a Meeting event on meeting closure.
The field global_id can be missing to build a
Target
struct. This was seen when receiving a delete (?) activityThese are minor as long as the crate does not support the associated event types, but it would be cleaner to make the fields optional.
The text was updated successfully, but these errors were encountered: