Skip to content

Commit

Permalink
Add support for University of Evansville (#390)
Browse files Browse the repository at this point in the history
* Add support for University of Evansville

* Add network data and fix CHANGELOG

---------

Co-authored-by: lukebsa <[email protected]>
  • Loading branch information
sanjacob and lukebsa authored Sep 24, 2024
1 parent bcd0436 commit 0b0e0ca
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

### Added
- Add support for University of Evansville (@lukebsa)

## [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 @@ -140,6 +140,7 @@ If this is not something you'd like, please let me know.
- Schoolcraft College
- Texas Tech University
- University of Texas at Dallas
- University of Evansville

###### Canada

Expand Down
18 changes: 18 additions & 0 deletions blackboard_sync/universities.json
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,24 @@
},
"api_url": "https://learn.humber.ca"
},
{
"name": "University of Evansville",
"short_name": "UE",
"country": "US",
"login": {
"start_url": "https://bblearn.evansville.edu",
"target_url": "https://bblearn.evansville.edu/ultra/"
},
"network": {
"name": [
"UE1",
"UE2",
"UE3",
"UE4"
]
},
"api_url": "https://bblearn.evansville.edu"
},
{
"name": "Fakeboard",
"short_name": "dev",
Expand Down

0 comments on commit 0b0e0ca

Please sign in to comment.