Expand description
§ssot-sync-github
GitHub Issues adapter for the SSOT sync ecosystem.
Maps SSOT tasks to GitHub Issues and vice versa via the REST API v3.
Implements ssot_sync::SyncAdapter so ssot_sync::SyncEngine can
register it alongside other provider adapters.
Structs§
- GitHub
Adapter - GitHub Issues sync adapter.
- GitHub
Issue - A GitHub issue as returned by the REST API.
- GitHub
Issue Update - Input for updating a GitHub issue.
- GitHub
Label - A GitHub label.
Constants§
- PROVIDER
- Provider identifier used as the
sync_state.providerprimary key.