pull/7/head
Yasuhiro Matsumoto 2017-04-14 19:22:56 +09:00
parent caf87d1d37
commit 9d84dcf8a7
1 changed files with 1 additions and 1 deletions

View File

@ -397,7 +397,7 @@ func (c *Client) Follow(uri string) (*Account, error) {
return &account, nil
}
// GetFollowRequest return follow-requests.
// GetFollowRequests return follow-requests.
func (c *Client) GetFollowRequests(uri string) ([]*Account, error) {
params := url.Values{}
params.Set("uri", uri)