Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Glasgow Caledonian University #394

Merged
merged 2 commits into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Add support for University of Evansville (@lukebsa)
- Add support for The University of Edinburgh (@sanjacob)
- Add support for Glasgow Caledonian University (@sanjacob)

## [0.17.1] - 2024-09-22

Expand Down
3 changes: 2 additions & 1 deletion UNIVERSITIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,12 @@ If this is not something you'd like, please let me know.
- University of Derby
- University of Manchester
- University of York
- The University of Edinburgh

###### Scotland

- University of Aberdeen
- The University of Edinburgh
- Glasgow Caledonian University

###### Northern Ireland

Expand Down
10 changes: 10 additions & 0 deletions blackboard_sync/universities.json
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,16 @@
},
"api_url": "https://www.learn.ed.ac.uk"
},
{
"name": "Glasgow Caledonian University",
"short_name": "GCU",
"country": "GB",
"login": {
"start_url": "https://blackboard.gcal.ac.uk",
"target_url": "https://blackboard.gcal.ac.uk/ultra/"
},
"api_url": "https://blackboard.gcal.ac.uk"
},
{
"name": "Fakeboard",
"short_name": "dev",
Expand Down