Hello there!
I need some help, is there any documentation about any API that Bitwarden_rs could have?
I need to automate some process for example the user revoke flow.
How can I do that? Or where can I find info about bitwares_rs API?
Thanks!
Hello there!
I need some help, is there any documentation about any API that Bitwarden_rs could have?
I need to automate some process for example the user revoke flow.
How can I do that? Or where can I find info about bitwares_rs API?
Thanks!
bitwarden_rs is mostly a reimplementation of Bitwarden’s private APIs, for which there is no official documentation or guarantee of stability. There are some public APIs in upstream Bitwarden (https://bitwarden.com/help/api/), but these are not currently implemented in bitwarden_rs.
Generally, using the Bitwarden CLI (https://bitwarden.com/help/article/cli/) would be the best option for automation, but it sounds like you want to manage users, which is something the CLI doesn’t really handle AFAIK.
Thanks you @jjlin!