Go-github: Why GetCombinedStatus need ListOptions?

Created on 29 Dec 2017  路  1Comment  路  Source: google/go-github

Function: GetCombinedStatus(ctx context.Context, owner, repo, ref string, opt *ListOptions)
GitHub API docs: https://developer.github.com/v3/repos/statuses/#get-the-combined-status-for-a-specific-ref

Why GetCombinedStatus need ListOptions?

question

Most helpful comment

As per the documentation, The most recent status for each context is returned, up to 100. This field paginates if there are over 100 contexts. , so it can get a pagination parameter

>All comments

As per the documentation, The most recent status for each context is returned, up to 100. This field paginates if there are over 100 contexts. , so it can get a pagination parameter

Was this page helpful?
0 / 5 - 0 ratings

Related issues

you06 picture you06  路  3Comments

gmlewis picture gmlewis  路  3Comments

OGKevin picture OGKevin  路  3Comments

dmitshur picture dmitshur  路  3Comments

smola picture smola  路  3Comments