You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Very similar to #34, except that this is for projects. A projects can only be fetched by its id.
Expected Result
I should be able to get a project by its name. Maybe something like .projects().get_by_name(...);
Actual Result
No function exposed to get the project by name. Current workaround is to fetch all projects and filter.
Screenshots or Videos
No response
Additional Context
No response
Operating System
macOS
Operating System Version
No response
Build Version
0.2.1
Issue Tracking Info
I understand that work is tracked outside of Github. A PR will be linked to this issue should one be opened to address it, but Bitwarden doesn't use fields like "assigned", "milestone", or "project" to track progress.
The text was updated successfully, but these errors were encountered:
Steps To Reproduce
Very similar to #34, except that this is for projects. A projects can only be fetched by its id.
Expected Result
I should be able to get a project by its name. Maybe something like
.projects().get_by_name(...)
;Actual Result
No function exposed to get the project by name. Current workaround is to fetch all projects and filter.
Screenshots or Videos
No response
Additional Context
No response
Operating System
macOS
Operating System Version
No response
Build Version
0.2.1
Issue Tracking Info
The text was updated successfully, but these errors were encountered: