Interface RepositoryFilter
interface RepositoryFilter { code_of_conduct?: IDType | {}; contributors?: (
IDType | { login?: string; id?: number; node_id?: string; avatar_url?: string; gravatar_id?: string; url?: string; html_url?: string; followers_url?: string; following_url?: string; gists_url?: string; ... 11 more ...; user_view_type?: string; }[]
)
& (
IDType[] | {}[])
; custom_properties?: IDType | { [key: string]: unknown }; issues?: (
IDType | { id: number; node_id: string; url: string; repository_url: string; labels_url: string; comments_url: string; events_url: string; html_url: string; number: number; state: string; ... 28 more ...; issue_field_values?: { ...; }[]; }[]
)
& (
IDType[] | {}[])
; languages?: IDType | string[]; license?: IDType | {}; owner?: IDType | {}; permissions?: IDType | {}; relation?: (
"issues" | "contributors" | "languages")
[]; security_and_analysis?: IDType | {}; topics?: IDType | string[];} Properties
Optionalcode_of_conduct
code_of_conduct?: IDType | {}
Optionalcontributors
contributors?: (
IDType | { login?: string; id?: number; node_id?: string; avatar_url?: string; gravatar_id?: string; url?: string; html_url?: string; followers_url?: string; following_url?: string; gists_url?: string; ... 11 more ...; user_view_type?: string; }[]
) & (IDType[] | {}[])
Optionalcustom_properties
custom_properties?: IDType | { [key: string]: unknown }
Optionalissues
issues?: (
IDType | { id: number; node_id: string; url: string; repository_url: string; labels_url: string; comments_url: string; events_url: string; html_url: string; number: number; state: string; ... 28 more ...; issue_field_values?: { ...; }[]; }[]
) & (IDType[] | {}[])
Optionallanguages
languages?: IDType | string[]
Optionallicense
license?: IDType | {}
Optionalowner
owner?: IDType | {}
Optionalpermissions
permissions?: IDType | {}
Optionalrelation
relation?: ("issues" | "contributors" | "languages")[]
Optionalsecurity_and_analysis
security_and_analysis?: IDType | {}
Optionaltopics
topics?: IDType | string[]