(context.Context, ...Activity)
| 20 | UserID() string |
| 21 | AddActivity(context.Context, Activity) (*AddActivityResponse, error) |
| 22 | AddActivities(context.Context, ...Activity) (*AddActivitiesResponse, error) |
| 23 | RemoveActivityByID(context.Context, string, ...RemoveActivityOption) (*RemoveActivityResponse, error) |
| 24 | RemoveActivityByForeignID(context.Context, string) (*RemoveActivityResponse, error) |
| 25 | Follow(context.Context, *FlatFeed, ...FollowFeedOption) (*BaseResponse, error) |
no outgoing calls