Skip to content

Commit

Permalink
Use api.track.toggl.com for the API instead of www.toggle.com
Browse files Browse the repository at this point in the history
www.toggle.com for the API will be dropped after 2021-06-30
  • Loading branch information
tobischo committed Jun 17, 2021
1 parent 0c33481 commit c56a59f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

const (
baseURI = "https://www.toggl.com/api/v8"
baseURI = "https://api.track.toggl.com/api/v8"
retryCount = 3
)

Expand Down

7 comments on commit c56a59f

@lnksz
Copy link

@lnksz lnksz commented on c56a59f Jun 30, 2021

Choose a reason for hiding this comment

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

Hi @tobischo ,
would you release a new version, because today is the last day that v0.4 will work

@tobischo
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hey @lnksz, it is not my repo, so there is nothing I can do about it.
That would be up to @sachaos.
I am currently using the locally built version of it, which does not rely on the the version tag being there

@sachaos
Copy link
Owner

Choose a reason for hiding this comment

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

Thank you for bringing this to my attention.
I'll release new version. πŸ™‡

@lnksz
Copy link

@lnksz lnksz commented on c56a59f Jun 30, 2021

Choose a reason for hiding this comment

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

Thanks gents.

@sachaos
Copy link
Owner

Choose a reason for hiding this comment

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

@lnksz @tobischo I've released new toggl version 0.5.1 https://github.com/sachaos/toggl/releases/tag/v0.5.1
I started distribute binary, and you can install this by homebrew now.

brew install sachaos/tap/toggl

Thank you for your contribution & using this tool.

@lnksz
Copy link

@lnksz lnksz commented on c56a59f Jul 1, 2021

Choose a reason for hiding this comment

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

Thanks. Would you have anything against a package in AUR of Arch?

@sachaos
Copy link
Owner

@sachaos sachaos commented on c56a59f Jul 1, 2021

Choose a reason for hiding this comment

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

@lnksz No, I don't have any objection. I think that's great! πŸ‘

Please sign in to comment.