Skip to content

Commit

Permalink
Add support for Universidad Pablo de Olavide (#442)
Browse files Browse the repository at this point in the history
* Add support for Universidad Pablo de Olavide

* Move uni-2611431942 changelog statement to unreleased

---------

Co-authored-by: davidsollodp <186174277+davidsollodp@users.noreply.github.com>
Co-authored-by: Jacob Sánchez <jacobszpz@protonmail.com>
  • Loading branch information
3 people authored Jan 11, 2025
1 parent 19769af commit 3a702a3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added
- Add support for Universidad Pablo de Olavide (@davidsollodp)

## [0.18.0] - 2024-10-22

### Added
Expand Down
1 change: 1 addition & 0 deletions UNIVERSITIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ If this is not something you'd like, please let me know.
- Hanze University of Applied Sciences
- Centro Universitario de Tecnología y Arte Digital
- OBS Business School
- Universidad Pablo de Olavide

### North America

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": "Universidad Pablo de Olavide",
"short_name": "UPO",
"country": "ES",
"login": {
"start_url": "https://campusvirtual.upo.es",
"target_url": "https://campusvirtual.upo.es/ultra/"
},
"api_url": "https://campusvirtual.upo.es"
},
{
"name": "Fakeboard",
"short_name": "dev",
Expand Down

0 comments on commit 3a702a3

Please sign in to comment.