Welcome to mirror list, hosted at ThFree Co, Russian Federation.

opentable_api.hpp « partners_api - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b298fafdd72d37f9155d74ecb936122ca4d9f22f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

#include "std/string.hpp"

namespace opentable
{
class Api
{
public:
  static string GetBookTableUrl(string const & restaurantId);
};
}  // namespace opentable