class KintoExperimentSource : ExperimentSource
(source)
Class responsible for fetching and parsing experiments from a Kinto server
KintoExperimentSource(baseUrl: String, bucketName: String, collectionName: String, validateSignature: Boolean = false, client: HttpClient = HttpURLConnectionHttpClient())
Class responsible for fetching and parsing experiments from a Kinto server |
fun getExperiments(snapshot: ExperimentsSnapshot): ExperimentsSnapshot
Requests new experiments from the source, parsing the response into experiments |