Package-level declarations

Functions

Link copied to clipboard
fun deleteAccount(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun deleteFavoriteAccount(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun deleteFavoriteProxy(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun deleteLocalStorage(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun deleteProxy(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun deleteRemoveProxy(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun deleteScreen(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun generateName(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun getAccounts(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun getAllLocalStorage(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun getClientInfo(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun getComponents(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun getFont(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun getFonts(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun getGlobalConfig(request: RequestObject): FullHttpResponse
Link copied to clipboard
fun getLocalStorage(requestObject: RequestObject): FullHttpResponse

LocalStorage RestAPI

Link copied to clipboard
fun getLocationInfo(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
suspend fun getMarketplaceItem(requestObject: RequestObject): FullHttpResponse

GET /api/v1/marketplace/:id

Link copied to clipboard
suspend fun getMarketplaceItemReviews(requestObject: RequestObject): FullHttpResponse

GET /api/v1/marketplace/:id/reviews

Link copied to clipboard
suspend fun getMarketplaceItemRevision(requestObject: RequestObject): FullHttpResponse

GET /api/v1/marketplace/:id/revisions/:revisionId

Link copied to clipboard
suspend fun getMarketplaceItemRevisions(requestObject: RequestObject): FullHttpResponse

GET /api/v1/marketplace/:id/revisions

Link copied to clipboard
suspend fun getMarketplaceItems(requestObject: RequestObject): FullHttpResponse

GET /api/v1/marketplace

Link copied to clipboard
fun getModule(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun getModules(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun getProxies(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun getProxyInfo(requestObject: RequestObject): FullHttpResponse

Proxy endpoints

Link copied to clipboard
fun getScreenInfo(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun getScreenSize(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun getSessionInfo(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun getSettings(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun getSpooferConfig(request: RequestObject): FullHttpResponse
Link copied to clipboard
fun getTheme(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun getToggleShaderInfo(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun getUpdateInfo(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
suspend fun getUser(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun getVirtualScreenInfo(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun getWindowInfo(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
suspend fun loginUser(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun logoutUser(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun postAddProxy(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun postBrowse(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun postBrowsePath(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun postCheckProxy(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun postClipboardMicrosoftAccount(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun postClipboardProxy(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun postEditProxy(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun postExit(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun postFileDialog(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun postGenerateAlteningAccount(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun postLoginAccount(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun postLoginCrackedAccount(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun postLoginSessionAccount(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
suspend fun postMarketplaceItemReview(requestObject: RequestObject): FullHttpResponse

POST /api/v1/marketplace/:id/reviews

Link copied to clipboard
fun postNewAlteningAccount(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun postNewCrackedAccount(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun postNewMicrosoftAccount(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun postNewSessionAccount(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun postOrderAccounts(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
suspend fun postPanic(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun postProxy(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun postRestoreInitial(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun postSwapAccounts(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun postToggleShader(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun postVirtualScreen(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun putAllLocalStorage(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun putFavoriteAccount(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun putFavoriteProxy(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun putGlobalConfig(request: RequestObject): FullHttpResponse
Link copied to clipboard
fun putLocalStorage(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun putScreen(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
suspend fun putSettings(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun putSpooferConfig(request: RequestObject): FullHttpResponse
Link copied to clipboard
suspend fun subscribeMarketplaceItem(requestObject: RequestObject): FullHttpResponse

POST /api/v1/marketplace/:id/subscribe

Link copied to clipboard
suspend fun toggleModule(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
suspend fun unsubscribeMarketplaceItem(requestObject: RequestObject): FullHttpResponse

POST /api/v1/marketplace/:id/unsubscribe