lunatask.go 🔗
@@ -124,7 +124,7 @@ func WithBaseURL(url string) Option {
}
// NewClient creates a new Lunatask API client.
-// Generate an access token at https://lunatask.app/account under "API Access".
+// Generate an access token in the Lunatask desktop app under Settings → Access tokens.
func NewClient(accessToken string, opts ...Option) *Client {
client := &Client{
accessToken: accessToken,