issues Search Results · repo:tesaguri/oauth1-request-rs language:Rust
Filter by
4 results
(74 ms)4 results
intesaguri/oauth1-request-rs (press backspace or delete to remove)This may already be possible and I just haven t figured it out, but it would be very useful (for example for the
evernote API https://dev.evernote.com/doc/articles/authentication.php) to be able to generate ...
accepted
enhancement
keirlawson
- 2
- Opened on Aug 5, 2021
- #8
I need to create a query string from, e.g.:
#[derive(oauth1_request::Request)]
struct TextQuery {
r#type: String,
}
But oauth1_request::to_uri_query(uri, request_query) produces ?r#type=text (note ...
jeikabu
- 1
- Opened on Jul 4, 2021
- #6
While the term token in OAuth 1.0 refers to token credentials, oauth_credentials::Token represents a set of client
credentials and token credentials, which are not identical concepts. The difference is ...
tesaguri
- Opened on Nov 14, 2020
- #4
Request.data can have either of a URI with query parameters or a form-urlencoded string. A single field having two
different meaning depending on context is error-prone.
Also, the field actually has nothing ...
tesaguri
- Opened on Jul 27, 2019
- #1

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.