GetRepositoryLabels¶
Fetches labels for a repository as a paginated list.
Constructors¶
create¶
Returns¶
- GetRepositoryLabels val^
Public Functions¶
apply¶
fun box apply(
owner: String val,
repo: String val,
creds: Credentials val)
: Promise[(PaginatedList[Label val] val | RequestError val)] tag
Parameters¶
- owner: String val
- repo: String val
- creds: Credentials val
Returns¶
- Promise[(PaginatedList[Label val] val | RequestError val)] tag
by_url¶
fun box by_url(
url: String val,
creds: Credentials val)
: Promise[(PaginatedList[Label val] val | RequestError val)] tag
Parameters¶
- url: String val
- creds: Credentials val
Returns¶
- Promise[(PaginatedList[Label val] val | RequestError val)] tag
eq¶
Parameters¶
- that: GetRepositoryLabels val
Returns¶
- Bool val
ne¶
Parameters¶
- that: GetRepositoryLabels val
Returns¶
- Bool val