Versions in this module Expand all Collapse all v0 v0.1.3 Nov 4, 2024 v0.1.2 Oct 19, 2024 v0.1.1 Oct 11, 2024 Changes in this version + type Client struct + func NewClient(apiKey string) *Client + func (c *Client) GetEntryDetails(titleID int64) (*dto.Entry, error) + func (c *Client) GetFileEntries(titleID int64) ([]dto.FileEntry, error) + func (c *Client) UpdateAPIKey(apiKey string)