Closed
Description
I want to add an option to look for a specific type of repo (fork
, mirror
, source
, collaborative
or all
). I think there are two options how to search repositories:
- Search only 1 type - this means
SearchRepoOptions
will contain 1 attribute with one of possible values - Search any combination of types at once - this means
SearchRepoOptions
will contains every possible option and result will be their mix (OR), for examplemirror
ORfork
repositories
Any opinion? I've already done the first option, but second can be done very fast too.