C# Class MeliSample.MeliService

Afficher le fichier Open project: aleml86/MeLiDotNetSample Class Usage Examples

Méthodes publiques

Méthode Description
Authenticate ( string code ) : void
Authorize ( ) : string
GetCatergories ( string site ) : List
GetCurrency ( ) : List
GetProduct ( string product ) : ItemObject
GetService ( ) : MeliService
GetSites ( ) : List
GetUserInfo ( ) : UserObject
Search ( string toSearch, string site = "MLA", string cat = "" ) : List

Private Methods

Méthode Description
MeliService ( ) : System

Method Details

Authenticate() public méthode

public Authenticate ( string code ) : void
code string
Résultat void

Authorize() public méthode

public Authorize ( ) : string
Résultat string

GetCatergories() public méthode

public GetCatergories ( string site ) : List
site string
Résultat List

GetCurrency() public méthode

public GetCurrency ( ) : List
Résultat List

GetProduct() public méthode

public GetProduct ( string product ) : ItemObject
product string
Résultat ItemObject

GetService() public static méthode

public static GetService ( ) : MeliService
Résultat MeliService

GetSites() public méthode

public GetSites ( ) : List
Résultat List

GetUserInfo() public méthode

public GetUserInfo ( ) : UserObject
Résultat UserObject

Search() public méthode

public Search ( string toSearch, string site = "MLA", string cat = "" ) : List
toSearch string
site string
cat string
Résultat List