|
|
@ -1,7 +1,6 @@ |
|
|
|
//! # Elefren: API Wrapper around the Mastodon API.
|
|
|
|
//! # Elefren: API Wrapper around the Mastodon API.
|
|
|
|
//!
|
|
|
|
//!
|
|
|
|
//! Most of the api is documented on [Mastodon's
|
|
|
|
//! Most of the api is documented on [Mastodon's website](https://docs.joinmastodon.org/api/)
|
|
|
|
//! github](https://github.com/tootsuite/mastodon/blob/master/docs/Using-the-API/API.md#tag)
|
|
|
|
|
|
|
|
//!
|
|
|
|
//!
|
|
|
|
//! ```no_run
|
|
|
|
//! ```no_run
|
|
|
|
//! # extern crate elefren;
|
|
|
|
//! # extern crate elefren;
|
|
|
|