C# Class com.openrest.v1_1.COpenrestClient

Inheritance: IOpenrestClient
Afficher le fichier Open project: wix/openrest4net

Méthodes publiques

Méthode Description
COpenrestClient ( ) : System
GetRestaurantFullInfo ( string restaurantId ) : IRestaurantFullInfo
Init ( string apiUri ) : void

Method Details

COpenrestClient() public méthode

public COpenrestClient ( ) : System
Résultat System

GetRestaurantFullInfo() public méthode

public GetRestaurantFullInfo ( string restaurantId ) : IRestaurantFullInfo
restaurantId string
Résultat IRestaurantFullInfo

Init() public méthode

public Init ( string apiUri ) : void
apiUri string
Résultat void