llm-ready-data / app /api /v1 /scopes /deps.py
validops-east-1's picture
feat: gmail api integration
55ecbeb
Raw
History Blame Contribute Delete
384 Bytes
from __future__ import annotations
from app.services.google_scope_service import GoogleScopeService
SOURCE = "google_scopes_data.GOOGLE_APIS (in-memory Python object structure)"
REFERENCE = "https://developers.google.com/identity/protocols/oauth2/scopes"
GENERATED = "2026-08-02"
_service = GoogleScopeService()
def get_scope_service() -> GoogleScopeService:
return _service