Skip to content

Commit

Permalink
Add support for University of Maryland, Baltimore County (#462)
Browse files Browse the repository at this point in the history
Co-authored-by: ghost <10137+ghost@users.noreply.github.com>
  • Loading branch information
add-uni-bot and ghost authored Jan 11, 2025
1 parent 3a702a3 commit 1ba5169
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 Universidad Pablo de Olavide (@davidsollodp)
- Add support for University of Maryland, Baltimore County (@ghost)

## [0.18.0] - 2024-10-22

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

###### 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 @@ -705,6 +705,16 @@
},
"api_url": "https://campusvirtual.upo.es"
},
{
"name": "University of Maryland, Baltimore County",
"short_name": "UMBC",
"country": "US",
"login": {
"start_url": "https://blackboard.umbc.edu",
"target_url": "https://blackboard.umbc.edu/ultra/"
},
"api_url": "https://blackboard.umbc.edu"
},
{
"name": "Fakeboard",
"short_name": "dev",
Expand Down

0 comments on commit 1ba5169

Please sign in to comment.