1Password / connect-sdk-python

Python SDK for 1Password Connect
https://developer.1password.com/docs/connect
MIT License
200 stars 31 forks source link

Improve `get_item` and `get_item_by_title` functions #27

Closed edif2008 closed 2 years ago

edif2008 commented 3 years ago

get_item_by_title now retrieves the item details instead of the summary. get_item can now accept item id or title, and vault id or name

jillianwilson commented 3 years ago

We should also add tests for different the different scenarios: fetching by id, fetching by title, etc