Azure / Azure/azure-documentdb-java
Expose the response string in ResourceResponse
オープン
feature
- 主要言語
- Java
- スター
- 51
- フォーク
- 52
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Hi,
Currently there is no way to get the original response string for a `ResourceResponse` - there is only access to the already parsed JSON property bag.
I need to convert the response to custom class (protobuff in my case) and having to serialize using toString() is a waste since the SDK already has access to the JSON string.
It would be great if the SDK could expose this since `DocumentServiceResponse` already has a `getReponseBodyAsString`.
コントリビューションガイド
評価
この issue はまだ評価されていません。