Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 2_Complex_Queries_Basic_Visualization_py3.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"\n",
"# This takes the URL and puts it into a variable (so we only need to ever reference this variable, \n",
" # and so we don't have to repeat adding this URL when we want to work with the data)\n",
"SHARE_API = 'https://staging-share.osf.io/api/search/abstractcreativework/_search'\n",
"SHARE_API = 'https://share.osf.io/api/v2/search/creativeworks/_search'\n",
"\n",
"# A helper function that will use the requests library, pass along the correct headers, and make the query we want\n",
"def query_share(url, query):\n",
Expand Down