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.
This commit is contained in:
parent
f6a1dc071d
commit
ae8d046491
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue