Documentation
¶
Index ¶
- type API
- type Newsblur
- func (s *Newsblur) GetFoldersWithStories() (domain.Folders, error)
- func (s *Newsblur) Login() error
- func (s *Newsblur) MarkStoriesAsRead(hashes []string) error
- func (s *Newsblur) MarkStoriesAsStarred(hashes []string) error
- func (s *Newsblur) MarkStoriesAsUnread(hashes []string) error
- func (s *Newsblur) MarkStoriesAsUnstarred(hashes []string) error
- func (s *Newsblur) Name() domain.ServerName
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API interface {
Login(username, password string) error
ReaderFeeds() (output *api.ReaderFeedsOutput, err error)
ReaderUnreadStoryHashes() ([]string, error)
ReaderStarredStoryHashes() ([]string, error)
ReaderRiverStories_StoryHash(storyHash []string) ([]api.Story, error)
MarkStoryHashesAsRead(storyHash []string) error
MarkStoryHashAsUnread(storyHash []string) error
MarkStoryHashAsStarred(storyHash []string) error
MarkStoryHashAsUnstarred(storyHash []string) error
}
type Newsblur ¶
type Newsblur struct {
// contains filtered or unexported fields
}
func New ¶
func New(config domain.ServerConfig) *Newsblur
func (*Newsblur) GetFoldersWithStories ¶
func (*Newsblur) MarkStoriesAsRead ¶
func (*Newsblur) MarkStoriesAsStarred ¶
func (*Newsblur) MarkStoriesAsUnread ¶
func (*Newsblur) MarkStoriesAsUnstarred ¶
func (*Newsblur) Name ¶
func (s *Newsblur) Name() domain.ServerName
Click to show internal directories.
Click to hide internal directories.