sapling/apiserver
Arun Kulshreshtha 85dbba04bf edenapi: switch to CBOR for data serialization
Summary:
Previously, the Eden API endpoints on the API server used JSON for encoding requests/responses for debugging purposes. Given that these APIs are mostly used to transfer large amounts of binary data, we should use a binary encoding scheme in production. CBOR fits the bill since it is essentially binary JSON, allowing for more efficient coding of large byte strings.

Although this is a breaking API change, given that nothing depends on these endpoints yet, it should be OK to simply change the format.

Reviewed By: xavierd

Differential Revision: D14907978

fbshipit-source-id: e0aea30d7304f4b727e2ad7fe23379457b6c3e26
2019-05-21 12:25:11 -07:00
..
client/src add thrift method get_tree 2019-02-25 12:40:28 -08:00
if Add MononokeThriftBackingStore 2019-05-21 12:24:52 -07:00
src edenapi: switch to CBOR for data serialization 2019-05-21 12:25:11 -07:00