Expand description
JSON shapes returned by AtomGit’s issue endpoints. Fields we don’t use are omitted — serde silently ignores unknown keys.
Structs§
- Comment
- Created
Issue - Slimmed response shape for
POST /repos/{owner}/{repo}/issues. We only usenumber(for logging) andhtml_url(to show the user where the new issue lives); everything else the API returns is discarded. - Issue
- Label
- Repo
Label - Shape returned by
GET /repos/{owner}/{repo}/labels— the repo’s label definitions. We only keepid(needed to attach to an issue) andname(for matching by user-visible name). - User