bitwarden-android/docs
Patrick Honkonen dafa131277
Add interceptor to convert network response JSON keys to camel case
Adds an OkHttp interceptor, `ResponseJsonKeyNameInterceptor`, which converts all JSON object keys in network responses from pascal case to camel case. This addresses inconsistencies in key casing from the server.

Includes unit tests for the interceptor to ensure it handles various scenarios, such as different casing styles, empty or null responses, invalid JSON, and non-JSON content types.
2024-11-06 13:03:19 -05:00
..
ARCHITECTURE.md Add interceptor to convert network response JSON keys to camel case 2024-11-06 13:03:19 -05:00
bitwarden-style.xml BIT-153: Add initial code style documentation and formatter (#12) 2024-06-20 17:08:07 +01:00
STYLE_AND_BEST_PRACTICES.md Fix section link in Code Style documentation (#1233) 2024-06-20 17:08:07 +01:00