An unofficial, mostly Bitwarden-compatible API server written in Ruby (Sinatra and ActiveRecord)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

API.md: move around

+13 -13
+13 -13
API.md
··· 491 491 "Object": "cipher" 492 492 } 493 493 494 - ### Icons 495 - 496 - Each login cipher can show an icon (favicon) for its URL, which is fetched via 497 - Bitwarden's servers (presumably for caching). 498 - 499 - To fetch an icon for a URL, issue an unauthenticated `GET` to 500 - `$iconURL/(domain)/icon.png`: 501 - 502 - GET $iconURL/google.com/icon.png 503 - (no authentication header) 504 - 505 - The binary response will contain the icon. 506 - 507 494 ### Updating an item 508 495 509 496 Send a `PUT` request to `$baseURL/ciphers/(cipher UUID)`: ··· 534 521 Authorization: Bearer (access_token) 535 522 536 523 A successful but zero-length response will be returned. 524 + 525 + ### Icons 526 + 527 + Each login cipher can show an icon (favicon) for its URL, which is fetched via 528 + Bitwarden's servers (presumably for caching). 529 + 530 + To fetch an icon for a URL, issue an unauthenticated `GET` to 531 + `$iconURL/(domain)/icon.png`: 532 + 533 + GET $iconURL/google.com/icon.png 534 + (no authentication header) 535 + 536 + The binary response will contain the icon.