File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ class Api:
1616 Allow to interact with official Toggl API via httpx.
1717 """
1818
19- BASE_URL : httpx .URL = httpx .URL ("https://www .toggl.com/api/v8/" )
19+ BASE_URL : httpx .URL = httpx .URL ("https://api.track .toggl.com/api/v8/" )
2020 HEADERS = {
2121 "content-type" : "application/json" ,
2222 "user_agent" : "toggl-python" ,
Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ class TimeEntries(BaseRepository):
234234
235235
236236class ReportTimeEntries (BaseRepository ):
237- BASE_URL : httpx .URL = httpx .URL ("https://toggl.com/reports/api/v2/" )
237+ BASE_URL : httpx .URL = httpx .URL ("https://api.track. toggl.com/reports/api/v2/" )
238238 ADDITIONAL_PARAMS = {"list" : {"user_agent" : "toggl_python" }}
239239 DATA_CONTAINER = {"list" : "data" }
240240 LIST_URL = "details"
You can’t perform that action at this time.
0 commit comments