Closed Muirey03 closed 4 years ago
Looks like this one was lost in the Serde conversion. The old rustc-serialize code loaded everything through that "relationship"
field and discarded that wrapper object, but that was lost when it was replaced with a #[derive(Deserialize)]
implementation. I've posted https://github.com/egg-mode-rs/egg-mode/pull/100 which fixes this.
Thank you, I can confirm that this commit resolved my issue. Would you prefer me to close this issue or leave it open until the changes are live?
I'll close the issue when i merge the PR. Thanks for confirming!
Consider the code:
This outputs:
Other functions such as
user::show
work correctly, I only experience this error withuser::relation
.The output of
twurl --json-pretty '/1.1/friendships/show.json?source_screen_name=twitter& target_screen_name=jack'
is:Please let me know if I am doing something incorrectly.