pub async fn get_all_app_secrets( client: &WasmerClient, app_id: impl Into<String>, ) -> Result<Vec<Secret>, Error>
Load all secrets of an app.
Will paginate through all versions and return them in a single list.