mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-13 15:13:51 +02:00
feat:#39 added module and prof fetch
This commit is contained in:
@@ -13,7 +13,7 @@ func parseFaculties(url string, client *http.Client) (faculties, error) {
|
||||
// the itemsPerPage is set to 100, so we need to fetch all pages until we get an empty response
|
||||
|
||||
var fetchedFaculties []faculty
|
||||
var itemsPerPage = 100
|
||||
var itemsPerPage = 999
|
||||
|
||||
responses, err := paginatedFetch(url, itemsPerPage, client)
|
||||
|
||||
|
Reference in New Issue
Block a user