newsblur

package
v0.0.0-...-f883b83 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 13, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Index

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 (s *Newsblur) GetFoldersWithStories() (domain.Folders, error)

func (*Newsblur) Login

func (s *Newsblur) Login() error

func (*Newsblur) MarkStoriesAsRead

func (s *Newsblur) MarkStoriesAsRead(hashes []string) error

func (*Newsblur) MarkStoriesAsStarred

func (s *Newsblur) MarkStoriesAsStarred(hashes []string) error

func (*Newsblur) MarkStoriesAsUnread

func (s *Newsblur) MarkStoriesAsUnread(hashes []string) error

func (*Newsblur) MarkStoriesAsUnstarred

func (s *Newsblur) MarkStoriesAsUnstarred(hashes []string) error

func (*Newsblur) Name

func (s *Newsblur) Name() domain.ServerName

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL