From 0ed7859671832e60c0ef3496ca35e5aa35449298 Mon Sep 17 00:00:00 2001 From: cynhudson Date: Fri, 24 Mar 2017 15:07:26 -0500 Subject: [PATCH] update base API url --- sharepa/search.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sharepa/search.py b/sharepa/search.py index 0100e71..ec5b297 100644 --- a/sharepa/search.py +++ b/sharepa/search.py @@ -6,7 +6,7 @@ class ShareSearch(Search): - BASE_URL = 'https://staging-share.osf.io/api/search/abstractcreativework/_search' + BASE_URL = 'https://share.osf.io/api/v2/search/creativeworks/_search' HEADERS = {'content-type': 'application/json'} PARAMS = dict(raw=True)