bensteUEM / ChurchToolsAPI

Collection of Python files to use the API for ChurchTools
6 stars 4 forks source link

get_songs has pagination of 83 requests on ELKW1610.krz.tools #95

Closed bensteUEM closed 2 months ago

bensteUEM commented 6 months ago

followup of #94 running get_songs runs many requests. Updating page size might improve request performance.

2024-05-10T21:59:34+0200: [INFO|__init__:221] page 82 of 83 2024-05-10T21:59:34+0200: [DEBUG|connectionpool:546] https://elkw1610.krz.tools:443 "GET /api/songs?page=83 HTTP/1.1" 200 None

bensteUEM commented 2 months ago

related to #98