Skip to content

Commit

Permalink
Merge pull request #142 from dave-hilo/feature/merge-events-with-noti…
Browse files Browse the repository at this point in the history
…fications

Update API_EVENTS_ENDPOINT
  • Loading branch information
valleedelisle authored Nov 16, 2023
2 parents f883ff1 + 3422811 commit c474a4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyhilo/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
TOKEN_EXPIRATION_PADDING: Final = 300
VERIFY: Final = True
DEVICE_REFRESH_TIME: Final = 1800
PYHILO_VERSION: Final = "2023.11.01"
PYHILO_VERSION: Final = "2023.11.02"
# TODO: Find a way to keep previous line in sync with pyproject.toml automatically

CONTENT_TYPE_FORM: Final = "application/x-www-form-urlencoded"
Expand All @@ -36,7 +36,7 @@
API_AUTOMATION_ENDPOINT: Final = f"/Automation/{API_END}"
API_GD_SERVICE_ENDPOINT: Final = f"/GDService/{API_END}"
API_NOTIFICATIONS_ENDPOINT: Final = "/Notifications"
API_EVENTS_ENDPOINT: Final = "/Events"
API_EVENTS_ENDPOINT: Final = "/Notifications"
API_REGISTRATION_ENDPOINT: Final = f"{API_NOTIFICATIONS_ENDPOINT}/Registrations"

API_REGISTRATION_HEADERS: Final = {
Expand Down

0 comments on commit c474a4a

Please sign in to comment.