From c4df25357aba0ce5b5b037124c4773bbd44d2e43 Mon Sep 17 00:00:00 2001 From: Jose Lucar Date: Thu, 18 Jul 2024 21:20:00 +0000 Subject: [PATCH] deleting key --- scripts/query_courseid.py | 2 +- scripts/test/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/query_courseid.py b/scripts/query_courseid.py index 5af37e1..041060a 100755 --- a/scripts/query_courseid.py +++ b/scripts/query_courseid.py @@ -106,7 +106,7 @@ def getCourseInformation(term_id, class_name, page_number=1, page_size=100): headersinput = { "app_id": "13eb564e", - "app_key": "74e1f260b527e7655628220a5de615c6", + "app_key": " ", } response = requests.get(full_url, headers = headersinput) diff --git a/scripts/test/README.md b/scripts/test/README.md index cd0bd21..4959db3 100644 --- a/scripts/test/README.md +++ b/scripts/test/README.md @@ -20,7 +20,7 @@ python -c "import dotenv; print('dotenv is installed and working!')" 4. **Run this in the terminal with replace “ “ with your own credentials**: ```bash export APP_ID='13eb564e' -export APP_KEY='7558d2a629d4a40e2fede58c451b09a2' +export APP_KEY='' export BASE_URL=https://gateway.api.berkeley.edu/uat/sis/v1/classes? ```