Structs§
- ApiOperation
Iterator - Number
Delta Err - Represents a type carrying a result and a delta error. This is the case when querying the number of resources such as releases, pipelines, etc… available. REST APIs don’t carry a count, so that is computed by the total number of pages available (last page in link header) and the number of resources per page.
Enums§
- ApiOperation
- Types of API resources attached to a request. The request will carry this information so we can decide if we need to use the cache or not based on global configuration. This is for read requests only, so that would be list merge_requests, list pipelines, get one merge request information, etc…