android-components / mozilla.components.service.fretboard.source.kinto / KintoExperimentSource

KintoExperimentSource

class KintoExperimentSource : ExperimentSource (source)

Class responsible for fetching and parsing experiments from a Kinto server

Constructors

<init>

KintoExperimentSource(baseUrl: String, bucketName: String, collectionName: String, validateSignature: Boolean = false, client: HttpClient = HttpURLConnectionHttpClient())

Class responsible for fetching and parsing experiments from a Kinto server

Functions

getExperiments

fun getExperiments(snapshot: ExperimentsSnapshot): ExperimentsSnapshot

Requests new experiments from the source, parsing the response into experiments