odata-client-php icon indicating copy to clipboard operation
odata-client-php copied to clipboard

Decode body

Open KieranFJ opened this issue 4 years ago • 0 comments

Fixes #64

When doing a $batch request, response will be a batch body response rather than straight json. Sometimes this response will have json as part of a change set. If decodedBody is null then make an attempt to look for a json string and use that. If not return an array as before

KieranFJ avatar Oct 27 '21 13:10 KieranFJ