|
|
|
@ -211,7 +211,7 @@ impl<H: HttpSend> MastodonClient<H> for Mastodon<H> { |
|
|
|
|
|
|
|
|
|
route_id! { |
|
|
|
|
(get) get_account: "accounts/{}" => Account, |
|
|
|
|
(post) follow: "accounts/{}/follow" => Account, |
|
|
|
|
(post) follow: "accounts/{}/follow" => Relationship, |
|
|
|
|
(post) unfollow: "accounts/{}/unfollow" => Relationship, |
|
|
|
|
(get) block: "accounts/{}/block" => Account, |
|
|
|
|
(get) unblock: "accounts/{}/unblock" => Account, |
|
|
|
|