Skip to content

Commit fb42b34

Browse files
authored
Merge pull request #27 from 1Password/libutcher-patch-2
Update README.md with docs links
2 parents 8299186 + c243f1b commit fb42b34

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</p>
1010

1111
<p align="center">
12-
<a href="https://github.com/1Password/onepassword-sdk-python/tree/main/example">Examples</a>
12+
<a href="https://developer.1password.com/docs/sdks/">Documentation</a> | <a href="https://github.com/1Password/onepassword-sdk-python/tree/main/example">Examples</a>
1313
<br/>
1414

1515
---
@@ -28,7 +28,7 @@ Before you get started, [create a service account](https://developer.1password.c
2828

2929
1Password SDKs don't yet support using secret references with query parameters, so you can't retrieve file attachments or SSH keys, or get more information about field metadata.
3030

31-
When managing items with 1Password SDKs, you must use unique identifiers (IDs) in place of vault, item, and field names.
31+
When managing items with 1Password SDKs, you must use [unique identifiers (IDs)](https://developer.1password.com/docs/sdks/concepts#unique-identifiers) in place of vault, item, and field names.
3232

3333
## 🚀 Get started
3434

@@ -80,3 +80,11 @@ if __name__ == '__main__':
8080
Make sure to use [secret reference URIs](https://developer.1password.com/docs/cli/secrets-reference-syntax/) with the syntax `op://vault/item/field` to securely load secrets from 1Password into your code.
8181

8282
Inside `Client.authenticate(...)`, set `integration_name` to the name of your application and `integration_version` to the version of your application.
83+
84+
85+
## 📖 Learn more
86+
87+
- [Load secrets with 1Password SDKs](https://developer.1password.com/docs/sdks/load-secrets)
88+
- [Manage items with 1Password SDKs](https://developer.1password.com/docs/sdks/manage-items)
89+
- [1Password SDK concepts](https://developer.1password.com/docs/sdks/concepts)
90+

0 commit comments

Comments
 (0)