summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-01-30Add Application entitycomb-entities/applicationD. Scott Boggs
2023-01-30Add entity for dealing with announcementsD. Scott Boggs
2023-01-30Add documentation to IDsD. Scott Boggs
2023-01-29Comb entities: admin (#64)Scott Boggs
2023-01-29Derive status builderD. Scott Boggs
2023-01-29Use strict ID type for unauthenticated clientD. Scott Boggs
2023-01-29Replace special builder module for credentials with deriveD. Scott Boggs
2023-01-29Add credentials builderD. Scott Boggs
2023-01-29Change AppBuilder to be generated by derive_builderD. Scott Boggs
2023-01-29Update the credentials updater builderD. Scott Boggs
2023-01-29Comb through accounts entitiesD. Scott Boggs
2023-01-29Entities tests were not being run since being split offD. Scott Boggs
2023-01-29Add RuleId wrapper type and appropriate checksD. Scott Boggs
2023-01-29Convert string integers to u64 on deserializingD. Scott Boggs
2023-01-29Add doc comments for instance::ActivityScott Boggs
2023-01-29Mastodon::instance_activity now returns a structbaummarten
2023-01-29fixed docs for instance::Rule and DomainBlockbaummarten
2023-01-29example for Mastodon::instance_peersbaummarten
2023-01-29api/v1/instance/domain_blocksbaummarten
2023-01-29api/v1/instance/rulesbaummarten
2023-01-29api/v1/instance/activitybaummarten
2023-01-29api/v1/instance/peersbaummarten
2023-01-29Use macro to define ID typesD. Scott Boggs
2023-01-29Add description to entities crateD. Scott Boggs
2023-01-29This is a minor release, not a patchv1.1.0D. Scott Boggs
2023-01-29Add a little more documentationD. Scott Boggs
2023-01-29Update upload_photo example to wait for processingD. Scott Boggs
2023-01-29Add alias/convenience methodD. Scott Boggs
2023-01-29Add client method to wait for attachment processingD. Scott Boggs
2023-01-24Ignore README tests because they don't work in CID. Scott Boggs
2023-01-24bump versionD. Scott Boggs
2023-01-24Test the whole workspaceD. Scott Boggs
2023-01-24Fix routes which take an Id type; fix doctestsD. Scott Boggs
2023-01-24Add Id types to prelude and entities prelude to crate preludeD. Scott Boggs
2023-01-24Implement std::format::Display for all Id typesD. Scott Boggs
2023-01-24Add CI jobs to comb branchD. Scott Boggs
2023-01-21Add note pointing to more complete example.D. Scott Boggs
2023-01-20Fix errors caused by sync locks crossing `await` in `cli::authenticate`Sprite
2023-01-14Update docs for Registration::new_with_clientkuna
2023-01-14Mastodon::new now wraps Mastodon::new_with_clientbaummarten
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