From ae8d046491739eddf59844b96d4d207ea065ea80 Mon Sep 17 00:00:00 2001 From: Jean-Martin Archer Date: Sun, 5 Jan 2020 10:03:39 -0800 Subject: 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. --- org-clubhouse.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'org-clubhouse.el') 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 -- cgit 1.4.1