Documentation ¶
Index ¶
- Constants
- type Client
- func (c *Client) GetFolders(ctx context.Context, id string) ([]string, error)
- func (c *Client) GetPhotoURI(ctx context.Context, id string, view string) (string, error)
- func (c *Client) GetViews(ctx context.Context, id string, folder string, para int) ([]string, error)
- func (c *Client) Login(ctx context.Context, id, password string) error
Constants ¶
View Source
const (
BaseURI = "https://f.hatena.ne.jp/"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) GetFolders ¶
func (*Client) GetPhotoURI ¶
Click to show internal directories.
Click to hide internal directories.