pub async fn list_apps(
environment: &Environment,
app_id: &str,
app_secret: &str,
access_token: &str,
) -> Result<Vec<OndeApp>, GresiqError>Expand description
Fetch all apps for the authenticated user.
GET /v1/client/gresiq/apps
pub async fn list_apps(
environment: &Environment,
app_id: &str,
app_secret: &str,
access_token: &str,
) -> Result<Vec<OndeApp>, GresiqError>Fetch all apps for the authenticated user.
GET /v1/client/gresiq/apps