Expand description
GitLab API response and request types.
These types represent the raw JSON responses from GitLab REST API v4. They are deserialized and then mapped to unified types.
Structs§
- Create
Discussion Request - Create
Issue Request - Create
Merge Request Request - Create
Note Request - Discussion
Position - Position object for creating inline discussion on MR.
- GitLab
Diff - GitLab
Diff Refs - GitLab diff refs (SHA references for code positions).
- GitLab
Discussion - GitLab discussion (thread of notes).
- GitLab
Issue - GitLab
Merge Request - GitLab
Merge Request Changes - GitLab MR changes response (MR + diffs in one call).
- GitLab
Note - GitLab
Note Position - GitLab note position (for inline code comments).
- GitLab
User - Update
Issue Request - Update
Merge Request Request