[PR #6513] [MERGED] Android want response property in camelCase #7433

Closed
opened 2026-03-07 21:17:34 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/6513
Author: @Timshel
Created: 12/2/2025
Status: Merged
Merged: 12/6/2025
Merged by: @dani-garcia

Base: mainHead: fix/case


📝 Commits (1)

  • 74e73b5 Android want response property in camelCase

📊 Changes

2 files changed (+5 additions, -5 deletions)

View changed files

📝 src/api/core/accounts.rs (+2 -2)
📝 src/api/core/organizations.rs (+3 -3)

📄 Description

The web client use getResponseProperty to handle case variation but I believe that android application require camelCase (https://github.com/Timshel/OIDCWarden/issues/59).


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/6513 **Author:** [@Timshel](https://github.com/Timshel) **Created:** 12/2/2025 **Status:** ✅ Merged **Merged:** 12/6/2025 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `fix/case` --- ### 📝 Commits (1) - [`74e73b5`](https://github.com/dani-garcia/vaultwarden/commit/74e73b5680aec92437eab53284f6071a0699ada7) Android want response property in camelCase ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `src/api/core/accounts.rs` (+2 -2) 📝 `src/api/core/organizations.rs` (+3 -3) </details> ### 📄 Description The web client use [getResponseProperty](https://github.com/bitwarden/clients/blob/main/libs/common/src/models/response/base.response.ts) to handle case variation but I believe that android application require camelCase (https://github.com/Timshel/OIDCWarden/issues/59). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-07 21:17:34 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#7433