You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Client applications which retrieve the schedule data from an Pretalx instance do need to load the file everytime. This increases the traffic for both the server and the client.
Possible Solution
The Pretalx API should be able to provide and consume HTTP ETags.
Context
I am maintaining the EventFahrplan project which consumes schedule data from the Pretalx API.
The current EventFahrplan implementation compares the old and the new schedule to find out whether it has changed. This could be done by the server using ETags.
The text was updated successfully, but these errors were encountered:
Problem you are facing
Client applications which retrieve the schedule data from an Pretalx instance do need to load the file everytime. This increases the traffic for both the server and the client.
Possible Solution
The Pretalx API should be able to provide and consume HTTP ETags.
Context
I am maintaining the EventFahrplan project which consumes schedule data from the Pretalx API.
The current EventFahrplan implementation compares the old and the new schedule to find out whether it has changed. This could be done by the server using ETags.
The text was updated successfully, but these errors were encountered: