MonocleService

interface MonocleService

Monocle API Service definition for Android

Parameters

tk

Monocle site-token String unique to your deployment. From https://app.spur.us/monocle

v

Monocle version String

s

Monocle script ID String. This is expected to be a UUID unique to the device or app install (like ANDROID_ID), but must be unique for at least the session.

t

Monocle source String. This identifies the platform using Monocle for backend analytics.

Functions

Link copied to clipboard
@POST(value = "/r/bundle")
abstract fun getBundle(@Query(value = "tk") token: String?, @Query(value = "v") version: String?, @Query(value = "s") scriptId: String?, @Query(value = "t") source: String?, @Body monoclePlugins: MonoclePlugins?): Call<BundleResponse?>?