-
-
Notifications
You must be signed in to change notification settings - Fork 236
Closed
Labels
Description
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.