pub async fn github_sync(
__arg0: State<Arc<MultiUserMemoryManager>>,
__arg1: Json<GitHubSyncRequest>,
) -> Result<Json<GitHubSyncResponse>, AppError>Expand description
POST /api/sync/github - Bulk sync GitHub issues and PRs
pub async fn github_sync(
__arg0: State<Arc<MultiUserMemoryManager>>,
__arg1: Json<GitHubSyncRequest>,
) -> Result<Json<GitHubSyncResponse>, AppError>POST /api/sync/github - Bulk sync GitHub issues and PRs