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
- Host: GitHub
- URL: https://github.com/detunized/bitwarden-ruby
- Owner: detunized
- License: mit
- Created: 2018-10-22T20:24:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-19T21:59:08.000Z (over 2 years ago)
- Last Synced: 2025-01-29T17:17:25.811Z (over 1 year ago)
- Topics: api, bitwarden, ruby
- Language: Ruby
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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