Skip to content

Commit

Permalink
Add support for University of Illinois Chicago
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangngo-sudo committed Dec 15, 2024
1 parent c8966a4 commit 5db504f
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 @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Body descriptions can be shared via WebShare or email
- Add support for École Supérieure Privée d'Ingénierie et de Technologies (@TheLime1)
- Add support for Western Sydney University (Jo Miyeon)
- Add support for University of Illinois Chicago (@hoangngo-sudo)

### Fixed
- Links are now not assumed to have an 'href' attribute
Expand Down
1 change: 1 addition & 0 deletions UNIVERSITIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ If this is not something you'd like, please let me know.
- University of Texas at Dallas
- University of Evansville
- Mid-State Technical College
- University of Illinois Chicago

###### Canada

Expand Down
10 changes: 10 additions & 0 deletions blackboard_sync/universities.json
Original file line number Diff line number Diff line change
Expand Up @@ -695,6 +695,16 @@
},
"api_url": "https://vuws.westernsydney.edu.au"
},
{
"name": "University of Illinois Chicago",
"short_name": "UIC",
"country": "US",
"login": {
"start_url": "https://uic.blackboard.com",
"target_url": "https://uic.blackboard.com/ultra/course/"
},
"api_url": "https://uic.blackboard.com"
},
{
"name": "Fakeboard",
"short_name": "dev",
Expand Down

0 comments on commit 5db504f

Please sign in to comment.