Documentation ¶
Index ¶
- Constants
- type API
- func (api *API) GetAccountReputationsRaw(lowerBoundName string, limit uint32) (*json.RawMessage, error)
- func (api *API) GetFeedEntries(accountName string, entryID uint32, limit uint16) ([]*FeedEntry, error)
- func (api *API) GetFeedEntriesRaw(accountName string, entryID uint32, limit uint16) (*json.RawMessage, error)
- func (api *API) GetFeedRaw(accountName string, entryID uint32, limit uint16) (*json.RawMessage, error)
- func (api *API) GetFollowers(accountName string, start string, kind string, limit uint16) ([]*FollowObject, error)
- func (api *API) GetFollowersRaw(accountName string, start string, kind string, limit uint16) (*json.RawMessage, error)
- func (api *API) GetFollowing(accountName string, start string, kind string, limit uint16) ([]*FollowObject, error)
- func (api *API) GetFollowingRaw(accountName string, start string, kind string, limit uint16) (*json.RawMessage, error)
- type FeedEntry
- type FollowObject
Constants ¶
View Source
const ( FollowKindFollow = "blog" FollowKindIgnore = "ignore" )
View Source
const APIID = "follow_api"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API struct {
// contains filtered or unexported fields
}
func (*API) GetAccountReputationsRaw ¶
func (*API) GetFeedEntries ¶
func (*API) GetFeedEntriesRaw ¶
func (*API) GetFeedRaw ¶
func (*API) GetFollowers ¶
func (*API) GetFollowersRaw ¶
func (*API) GetFollowing ¶
func (*API) GetFollowingRaw ¶
type FollowObject ¶
Click to show internal directories.
Click to hide internal directories.