Skip to content

Commit

Permalink
Add support for The University of Edinburgh
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjacob committed Sep 24, 2024
1 parent 0b0e0ca commit d80568f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,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)

## [0.17.1] - 2024-09-22

Expand Down
1 change: 1 addition & 0 deletions UNIVERSITIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ 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

Expand Down
10 changes: 10 additions & 0 deletions blackboard_sync/universities.json
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,16 @@
},
"api_url": "https://bblearn.evansville.edu"
},
{
"name": "The University of Edinburgh",
"short_name": "Oilthigh Dhùn Èideann",
"country": "GB",
"login": {
"start_url": "https://www.learn.ed.ac.uk",
"target_url": "https://www.learn.ed.ac.uk/ultra/"
},
"api_url": "https://www.learn.ed.ac.uk"
},
{
"name": "Fakeboard",
"short_name": "dev",
Expand Down

0 comments on commit d80568f

Please sign in to comment.