-
I need to create a query string from, e.g.: #[derive(oauth1_request::Request)]
struct TextQuery {
r#type: String,
} But |
Beta Was this translation helpful? Give feedback.
Answered by
jeikabu
Jul 4, 2021
Replies: 1 comment
-
Silly me... the answer was in |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tesaguri
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Silly me... the answer was in
oauth1-request-derive/tests/
. There's a#[oauth1(rename = "type")]
. Nevermind.