Documentation ¶
Index ¶
Constants ¶
View Source
const (
APIVersion = "v4"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountStatus ¶
type AccountsService ¶
type AccountsService service
func (*AccountsService) GetMyFriends ¶
func (s *AccountsService) GetMyFriends(ctx context.Context, spaceKey, q string, opt *GetMyFriendsOptions) (*Friends, *shared.Response, error)
GetMyFriends searches accounts.
https://developer.nulab-inc.com/docs/typetalk/api/4/get-friends
type Client ¶
type Client struct { Accounts *AccountsService // contains filtered or unexported fields }
func (*Client) SetTypetalkToken ¶
type Friends ¶
type Friends struct { Count int `json:"count"` Accounts []*AccountStatus `json:"accounts"` }
type GetMyFriendsOptions ¶
Click to show internal directories.
Click to hide internal directories.