summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-01-14Registration::new_with_clientbaummarten
2023-01-09Add static assertionsD. Scott Boggs
2023-01-09Add constructors for ID typesD. Scott Boggs
2023-01-09Add Mention ID typeD. Scott Boggs
2023-01-09Add List ID typeD. Scott Boggs
2023-01-09Use `impl AsRef<str>` instead of `&str` to work with new ID typesD. Scott Boggs
2023-01-09Add ID type for reportsD. Scott Boggs
2023-01-09Add ID type for relationshipsD. Scott Boggs
2023-01-09Add ID type for pushesD. Scott Boggs
2023-01-09Add ID type for notificationsD. Scott Boggs
2023-01-09Add ID type for filtersD. Scott Boggs
2023-01-09Add ID type for attachmentsD. Scott Boggs
2023-01-09Add ID type for accountD. Scott Boggs
2023-01-09Wrap status id in helper typeMatthias Beyer
2023-01-09Fix: backwards compatibilityD. Scott Boggs
2023-01-09Split status_builder module into a few filesD. Scott Boggs
2023-01-09Publish NewStatus fieldsD. Scott Boggs
2023-01-09Add support for Filter v2D. Scott Boggs
2023-01-09Move legacy Filter type to mod v1; publish fieldsD. Scott Boggs
2023-01-09Finish TODO Parse DateTime before publishing this fieldD. Scott Boggs
2023-01-09Make additional fields publicD. Scott Boggs
2023-01-09Add notification type "follow request"jhwgh1968
2023-01-09Add "poll" notification supportjhwgh1968
2023-01-04Fix: Use Visibility pub here, to be backwards compatibleMatthias Beyer
2023-01-04Make package fields workspace-wideMatthias Beyer
2023-01-04Add mastodon_async_entitiesMatthias Beyer
2023-01-03Fix: Remove unused importMatthias Beyer
2023-01-03Fix: Pass arguments in right orderMatthias Beyer
2023-01-03Fix clippy: Remove unnecessary Ok + ? operatorMatthias Beyer
2023-01-03Fix clippy: Remove unnecessary Ok + ? operatorMatthias Beyer
2023-01-03Fix: Let clippy lint all featuresMatthias Beyer
2023-01-03fixup! Add error variant for when not all bytes are writtenMatthias Beyer
2023-01-03use serde_json's to_writerD. Scott Boggs
2023-01-03Add error variant for when not all bytes are writtenMatthias Beyer
2023-01-03Move prelude use statements to separate fnScott Boggs
2023-01-03Add test for API exportsMatthias Beyer
2023-01-02Update url requirement from 1 to 2dependabot[bot]
2023-01-01Add rust-cache in CI workflowMatthias Beyer
2023-01-01Make tokio's rt-multi-thread enabled again in examplesD. Scott Boggs
2022-12-30Drop unnecessary tokio feature dependencyD. Scott Boggs
2022-12-29Make Registered::complete() accept an AsRef<str>Matthias Beyer
2022-12-29drop dependency on hyper-old-types in favor of parse_link_headerD. Scott Boggs
2022-12-29Replace dependency "chrono" with "time"Matthias Beyer
2022-12-29Change error implementation to use thiserrorD. Scott Boggs
2022-12-29Add debugging note to the READMED. Scott Boggs
2022-12-29Add workflow job to check formattingMatthias Beyer
2022-12-29Run cargo-fmt on whole codebaseMatthias Beyer
2022-12-29Empty rustfmt configuration for default settingsMatthias Beyer
2022-12-29Add workflow job to build examplesv1.0.3Matthias Beyer
2022-12-29spelling and clippy fixesD. Scott Boggs