OfficeDev / Office-365-SDK-for-Android

Microsoft Services SDKs for Android produced by MS Open Tech.
https://dev.office.com/android
Other
224 stars 74 forks source link

Add OData-Version and OData-MaxVersion Headers #36

Closed joshgav closed 10 years ago

joshgav commented 10 years ago

All calls should include OData-Version and OData-MaxVersion Headers as per spec, Part 1, section 5.1. Both should be 4.0.

marcote commented 10 years ago

Are all endpoints supporting this header?

joshgav commented 10 years ago

Can you add it in dev and test? Hopefully they do no worse then ignoring it, and we are more future-proof.

marcote commented 10 years ago

Fixed in 1947276