Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request - List projects by tags #338

Open
jamesRUS52 opened this issue Sep 21, 2021 · 0 comments
Open

Feature request - List projects by tags #338

jamesRUS52 opened this issue Sep 21, 2021 · 0 comments

Comments

@jamesRUS52
Copy link

Could you add searching projects by tags ?

For this you should add available array key parameters in identity method listProjects() according to route GET /v3/projects
tags | Projects that contain all of the specified tags
tags-any | Projects that contain at least one of the specified tags
not-tags | Projects that do not contain exactly all of the specified tags
not-tags-any | Projects that do not contain any one of the specified tags

e.g.
->listProjects(['tags' => ['foo']])
/v3/projects?tags=foo
->listProjects(['tags-any' => ['foo','bar']])
/v3/projects?tags-any=foo,bar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant