pub async fn repository_create(
manager: State<'_, RepositoryManagerWrapper>,
player: State<'_, PlayerStateWrapper>,
db: State<'_, DatabaseWrapper>,
connectivity: State<'_, ConnectivityMonitorWrapper>,
server_url: String,
user_id: String,
access_token: String,
server_id: String,
) -> Result<String, String>Expand description
Create a new repository instance Returns a handle (UUID) for accessing the repository