Java SDK for 1Password Connect Server
Hi 1P community,
I just wanted to share that I have published an initial version of an (unofficial) Java SDK for interacting with the 1Password REST API/1Password Connect Server.
https://github.com/RohanNagar/op-connect-sdk-java
(Javadoc for client is here)
I will be maintaining this library and adding updates/features/enhancements to make interacting with Secrets Automation through Java much easier.
Hope this helps others!
1Password Version: Not Provided
Extension Version: Not Provided
OS Version: Not Provided
Sync Type: Not Provided
Comments
-
Rohan this is awesome! Thanks so much for sharing your work, and for taking the time to build this!
How was working with the API? Be honest :smile:
1 -
@Carson_1P it was actually very enjoyable to work with the API! The docs were easy to follow and I was able to get up and running really quickly.
One small thing that threw me off for a little while was when I was working with the "replace an item" API method, it wasn't documented that the replacement item needs to have the id set with the same id as the existing item's id. Would be good to have that documented in the API Reference.
Other than that, everything was explained well, great job on the API. I'm excited to see the things people build!
1