diff options
author | Jean-Martin Archer <jm@jmartin.ca> | 2020-01-05T18·03-0800 |
---|---|---|
committer | Griffin Smith <glittershark@users.noreply.github.com> | 2020-01-07T23·16-0700 |
commit | ae8d046491739eddf59844b96d4d207ea065ea80 (patch) | |
tree | 169eaf8ec59dec4512ad3004292baac61ae5698f /org-clubhouse.el | |
parent | f6a1dc071d8a65f6f56d02eb8949b638058dece2 (diff) |
api, switch to v3
v1 and v2 will be deprecated on 2020-03-01. It is unclear if v2 will still be available afterward. According to https://clubhouse.io/blog/api-v3/ it **should** be a drop in replacement.
Diffstat (limited to 'org-clubhouse.el')
-rw-r--r-- | org-clubhouse.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org-clubhouse.el b/org-clubhouse.el index fc670d10dd5d..3174da8bbd11 100644 --- a/org-clubhouse.el +++ b/org-clubhouse.el @@ -311,7 +311,7 @@ If set to nil, will never create stories with labels") ;;; API integration ;;; -(defvar org-clubhouse-base-url* "https://api.clubhouse.io/api/v2") +(defvar org-clubhouse-base-url* "https://api.clubhouse.io/api/v3") (defun org-clubhouse-auth-url (url &optional params) (concat url |