Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is an HTTP client for the MoneyForward Accounting API.
func (*Client) GetAllPages ¶
func (c *Client) GetAllPages(ctx context.Context, path string, query url.Values, key string) ([]byte, error)
GetAllPages fetches all pages for a paginated endpoint and returns the combined items as a JSON array. key is the JSON field containing the items array (e.g. "accounts", "journals").
Click to show internal directories.
Click to hide internal directories.