C# Class MeliSample.MeliService

Datei anzeigen Open project: aleml86/MeLiDotNetSample Class Usage Examples

Public Methods

Method 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

Method Description
MeliService ( ) : System

Method Details

Authenticate() public method

public Authenticate ( string code ) : void
code string
return void

Authorize() public method

public Authorize ( ) : string
return string

GetCatergories() public method

public GetCatergories ( string site ) : List
site string
return List

GetCurrency() public method

public GetCurrency ( ) : List
return List

GetProduct() public method

public GetProduct ( string product ) : ItemObject
product string
return ItemObject

GetService() public static method

public static GetService ( ) : MeliService
return MeliService

GetSites() public method

public GetSites ( ) : List
return List

GetUserInfo() public method

public GetUserInfo ( ) : UserObject
return UserObject

Search() public method

public Search ( string toSearch, string site = "MLA", string cat = "" ) : List
toSearch string
site string
cat string
return List