CrunchyBagel / TracePrivately

A privacy-focused app using Apple's soon-to-be-released contact tracing framework.
MIT License
350 stars 27 forks source link

Support for rolling start number #49

Closed HendX closed 4 years ago

HendX commented 4 years ago

@tatey I've added support here for rolling start number. Basically you'd need to change the infected endpoint to return an object for each key instead of a string value, and add the r parameter.

Additionally, the submit endpoint now also includes r parameter, which is the rolling start number.