MEGA65 / mega65-test-procedures

Scripts and utilities for generating regression test procedures for the MEGA65
GNU General Public License v3.0
1 stars 0 forks source link

download/update issue from github-api only if modified since date #12

Open Ben-401 opened 4 years ago

Ben-401 commented 4 years ago

When downloading issues from github api, An improvement is to only download if the file has been modified. We can query the api by asking the server if the file has been modified since . The response from server will either be:

Implementing this will allow us to avoid downloading issue-files that we already have, and have not been modified. A second benefit of this is that the query will not result in a "cost" of one of our "60/5000" quota, if the file has not been modified.