summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-09-30add account lookup methodcomb-methods/accountsD. Scott Boggs
2023-09-30Revise account search methodD. Scott Boggs
2023-09-30Rename bool_qs_serialize -> bool_qsD. Scott Boggs
2023-09-30add familiar_followers methodD. Scott Boggs
2023-09-30Revise relationship methodD. Scott Boggs
2023-09-30Add method for adding a note to the accountD. Scott Boggs
2023-09-30add methods for featuring (or not featuring) an accountD. Scott Boggs
2023-09-30add remove_from_followers methodD. Scott Boggs
2023-09-30Add optional options to a follow requestD. Scott Boggs
2023-09-30Switch from serde_urlencoded to serde_qsD. Scott Boggs
2023-09-30Add method to get lists an account is inD. Scott Boggs
2023-09-30Add method to get account's featured tagsD. Scott Boggs
2023-09-29Refactor statuses request filters optionsD. Scott Boggs
2023-09-29Add account creation routeD. Scott Boggs
2023-09-29Add additional detail optional data to error typeD. Scott Boggs
2023-09-29strip /api/v1 prefix from post routesD. Scott Boggs
2023-09-29Merge pull request #123 from dscottboggs/comb-methods/oauth-revokeScott Boggs
2023-09-29Add OAuth revocation methodcomb-methods/oauth-revokeD. Scott Boggs
2023-09-29Merge pull request #122 from dscottboggs/feature/add-post-macroScott Boggs
2023-09-29Add new macro for simple form submissionfeature/add-post-macroD. Scott Boggs
2023-09-28Merge pull request #121 from dscottboggs/comb-methods/oauth-2Scott Boggs
2023-09-28finish migration to strict OAuthToken typecomb-methods/oauth-2D. Scott Boggs
2023-09-28clean up formatting and testsD. Scott Boggs
2023-09-27Update registration workflowD. Scott Boggs
2023-09-27Make the response_type field an enumD. Scott Boggs
2023-09-27Add oauth authorizationD. Scott Boggs
2023-09-09Merge pull request #118 from AkkermanD/feature/status-editingScott Boggs
2023-09-05Improve loggingAkkerman
2023-09-05Fix clippy lintAkkerman
2023-09-05Add note about tracing_unstable config flag to READMED. Scott Boggs
2023-09-04Rename functionAkkerman
2023-09-04Drop extra methodAkkerman
2023-09-03TestAkkerman
2023-09-03Merge pull request #114 from dscottboggs/fix/public-timeline-should-be-pagedScott Boggs
2023-09-03Fix: public timeline should be paginatedfix/public-timeline-should-be-pagedD. Scott Boggs
2023-09-03Merge pull request #115 from dscottboggs/fix/miscScott Boggs
2023-09-02Even MORE clippy lintsD. Scott Boggs
2023-09-02More clippy lintsD. Scott Boggs
2023-09-01Bump Rust version to 1.67 for dependency "time"D. Scott Boggs
2023-09-01Make behavior consistent with interfaceD. Scott Boggs
2023-09-01Fix: https://rust-lang.github.io/rust-clippy/master/index.html#/incorrect_par...D. Scott Boggs
2023-09-01Add edit_statusDenys Mazhar
2023-09-01Formatting fixesD. Scott Boggs
2023-09-01Update example to use tracing instead of femmeD. Scott Boggs
2023-09-01feat: Use `valuable` for tracingJosh McKinney
2023-09-01chore: cargo fmt after the tracing updatesJosh McKinney
2023-09-01fix: log using Debug from read_response tooJosh McKinney
2023-09-01fix: render using debug in log message for streamJosh McKinney
2023-09-01chore: add tracing to home_timeline exampleJosh McKinney
2023-09-01refactor: remove log module as part of switch to tracingJosh McKinney