summaryrefslogtreecommitdiffstats
path: root/yt/cpp/mapreduce/rpc_client/client_impl.h
blob: 1f1d257e705bb26454e4dc1737b27c42bda6ce62 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#pragma once

#include <yt/cpp/mapreduce/http/context.h>

#include <yt/yt/client/api/public.h>

namespace NYT::NDetail {

////////////////////////////////////////////////////////////////////////////////

NYT::NApi::IClientPtr CreateApiClient(const TClientContext& context);

////////////////////////////////////////////////////////////////////////////////

} // namespace NYT::NDetail