Skip to content

Commit

Permalink
Add support for The University of Edinburgh (#392)
Browse files Browse the repository at this point in the history
* Add support for The University of Edinburgh

* Add network information
  • Loading branch information
sanjacob authored Sep 24, 2024
1 parent 0b0e0ca commit 3e57b1a
Show file tree
Hide file tree
Showing 3 changed files with 17 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
15 changes: 15 additions & 0 deletions blackboard_sync/universities.json
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,21 @@
},
"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/"
},
"network": {
"name": [
"UNI-EDINBURGH-LINR"
]
},
"api_url": "https://www.learn.ed.ac.uk"
},
{
"name": "Fakeboard",
"short_name": "dev",
Expand Down

0 comments on commit 3e57b1a

Please sign in to comment.