Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parse ClickUp error fields #54

Merged
merged 1 commit into from
Mar 29, 2024
Merged

Conversation

AlexThurston
Copy link

While not exactly documented ClickUp errors seem to have the format of:

{
   Err string
   ECode string
}

This will parse that format correctly.

@a-thug
Copy link
Contributor

a-thug commented Mar 29, 2024

@w-haibara
Could you review this PR?

@w-haibara w-haibara self-requested a review March 29, 2024 01:56
Copy link
Contributor

@w-haibara w-haibara left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the delay in responding. LGTM!

Comment on lines -566 to +567
data, err := ioutil.ReadAll(r.Body)
data, err := io.ReadAll(r.Body)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🆒

@w-haibara w-haibara merged commit 937912e into raksul:main Mar 29, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants