Skip to content

Commit 4c70786

Browse files
committed
Update supported features
1 parent 43f61b9 commit 4c70786

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Operations:
2727
- [x] [Create items](https://developer.1password.com/docs/sdks/manage-items#create-an-item)
2828
- [x] [Update items](https://developer.1password.com/docs/sdks/manage-items#edit-an-item)
2929
- [x] [Delete items](https://developer.1password.com/docs/sdks/manage-items#delete-an-item)
30-
- [ ] List items
31-
- [ ] Add & update tags on items
30+
- [x] [List items](https://developer.1password.com/docs/sdks/list-vaults-items/)
31+
- [x] Add & update tags on items
3232

3333
Field types:
3434
- [x] API Keys
@@ -38,18 +38,18 @@ Field types:
3838
- [x] Notes
3939
- [x] SSH private keys (partially supported: supported in resolving secret references, not yet supported in item create/get/update)
4040
- [ ] SSH public keys, fingerprint and key type
41-
- [ ] One-time passwords \
42-
- [ ] Files attachments and Document items
41+
- [x] One-time passwords
4342
- [x] URLs
4443
- [x] Credit card number & type
4544
- [x] Phone numbers
45+
- [ ] Files attachments and Document items
4646

4747
### Vault management
4848
- [ ] Retrieve vaults
4949
- [ ] Create vaults ([#36](https://github.com/1Password/onepassword-sdk-python/issues/36))
5050
- [ ] Update vaults
5151
- [ ] Delete vaults
52-
- [ ] List vaults
52+
- [x] [List vaults](https://developer.1password.com/docs/sdks/list-vaults-items/)
5353

5454
### User & access management
5555
- [ ] Provision users

0 commit comments

Comments
 (0)