Azure / Azure/azure-documentdb-java

Expose the response string in ResourceResponse

未关闭
#124 2 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
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 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。