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: 9e75188a1b210e1f9affa721d521c6b55b367c0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

#include <string>

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