C# Class com.openrest.v1_1.COpenrestClient

Inheritance: IOpenrestClient
显示文件 Open project: wix/openrest4net

Public Methods

Method Description
COpenrestClient ( ) : System
GetRestaurantFullInfo ( string restaurantId ) : IRestaurantFullInfo
Init ( string apiUri ) : void

Method Details

COpenrestClient() public method

public COpenrestClient ( ) : System
return System

GetRestaurantFullInfo() public method

public GetRestaurantFullInfo ( string restaurantId ) : IRestaurantFullInfo
restaurantId string
return IRestaurantFullInfo

Init() public method

public Init ( string apiUri ) : void
apiUri string
return void