Class AppCenterGetPossibleAppsRequest


public class AppCenterGetPossibleAppsRequest extends JsonrpcRequest
Represents a JSON-RPC Request to get all possible apps to install with a key.

NOTE: in order to get this request handled by the backend the request needs to be wrapped in a AppCenterRequest.

This is used by Edge and UI.

 {
   "jsonrpc": "2.0",
   "id": "UUID",
   "method": "getPossibleApps",
   "params": {
     "key": String
   }
 }