pub async fn users_slash_follow(
configuration: &Configuration,
username: &str,
) -> Result<(), Error<UsersSlashFollowError>>
Expand description
Note that you’ll need to set Content-Length
to zero when calling out to this endpoint. For more information, see "HTTP verbs." OAuth app tokens and personal access tokens (classic) need the user:follow
scope to use this endpoint.