An open API service indexing awesome lists of open source software.

https://github.com/detunized/bitwarden-ruby

Bitwarden Ruby API
https://github.com/detunized/bitwarden-ruby

api bitwarden ruby

Last synced: 11 months ago
JSON representation

Bitwarden Ruby API

Awesome Lists containing this project

README

          

Bitwarden online vault access Ruby API
======================================

This library implements access to the online vault at [bitwarden.com][bitwarden]. This gem is similar to [lastpass-ruby][lastpass].

## No longer supported

This project is no longer supported. There's a fully supported and regularly
updated C# library that implements access to a veriety of password managers,
including Bitwarden. Please check out
[Password Manager Access](https://github.com/detunized/password-manager-access).

---

**Work in progress**

License
-------

The library is released under [the MIT license][mit]. See [LICENSE][license] for details.

[bitwarden]: https://vault.bitwarden.com
[lastpass]: https://github.com/detunized/lastpass-ruby
[mit]: http://www.opensource.org/licenses/mit-license.php
[license]: LICENSE