From 5d14f6657fa2afcff2b40d67542b78b7461844f2 Mon Sep 17 00:00:00 2001 From: Sam Sciolla Date: Sun, 15 Jan 2023 14:43:27 -0500 Subject: [PATCH 1/2] Update apis.json to use new OAuth token URL --- config/apis.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/apis.json b/config/apis.json index 6316ebe..03bf8bd 100644 --- a/config/apis.json +++ b/config/apis.json @@ -1,11 +1,11 @@ { "placementscores": { - "token_url": "aa/oauth2/token", + "token_url": "oauth2/token", "limits_calls": 200, "limits_period": 60 }, "canvasreadonly": { - "token_url": "aa/oauth2/token", + "token_url": "oauth2/token", "limits_calls": 20000, "limits_period": 1 } From d4110b5c701f2780f1c68cab69d2015304737e98 Mon Sep 17 00:00:00 2001 From: Sam Sciolla Date: Wed, 1 Feb 2023 11:57:05 -0500 Subject: [PATCH 2/2] Use published release of api-utils-python --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9693db0..6500ed8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ Django==3.2.16 mysqlclient==2.1.1 python-dotenv==0.21.0 requests==2.28.1 --e git+https://github.com/tl-its-umich-edu/api-utils-python@v2.1#egg=umich-api \ No newline at end of file +-e git+https://github.com/tl-its-umich-edu/api-utils-python@v3.0#egg=umich-api \ No newline at end of file