matrix-builder / services /api /app /integrations /github_client.py
ruslanmv
Deploy: metrics + docs (Batch 12)
22b729d
Raw
History Blame Contribute Delete
123 Bytes
class GitHubClient:
def status(self) -> dict[str, str]:
return {"status": "reserved", "integration": "github"}