sapling/apiserver
Anastasiya Zhyrkevich 82a7261d1f batch method implementation for LFS Mononoke API server
Summary:
POST request mononoke_api/objects/batch  from hg client.

According to git-lfs protocol
https://github.com/git-lfs/git-lfs/tree/master/docs/api
https://github.com/git-lfs/git-lfs/blob/master/docs/api/batch.md

In order to get url for uploading/downloading files, hg client is sending POST request mononoke_api/objects/batch of the following format.

This diff implements support for this POST request.

As an answer it returns json in the format required in git-lfs protocol (see link for more info).

Reviewed By: StanislavGlebik

Differential Revision: D9966691

fbshipit-source-id: 53bcbb4b455e61d9d344bfd9b5b6fb00bc201084
2018-09-24 11:07:13 -07:00
..
client/src add thrift client 2018-08-19 16:07:12 -07:00
if add cat_file in thrift 2018-08-19 16:07:12 -07:00
src batch method implementation for LFS Mononoke API server 2018-09-24 11:07:13 -07:00
Cargo.toml Add Cargo.toml files to crates. (#7) 2018-07-09 19:52:27 -07:00