Skip to main content

Module models

Module models 

Source
Expand description

JSON shapes returned by AtomGit’s issue endpoints. Fields we don’t use are omitted — serde silently ignores unknown keys.

Structs§

Comment
CreatedIssue
Slimmed response shape for POST /repos/{owner}/{repo}/issues. We only use number (for logging) and html_url (to show the user where the new issue lives); everything else the API returns is discarded.
Issue
Label
RepoLabel
Shape returned by GET /repos/{owner}/{repo}/labels — the repo’s label definitions. We only keep id (needed to attach to an issue) and name (for matching by user-visible name).
User