C# 클래스 MeliSample.MeliService

파일 보기 프로젝트 열기: aleml86/MeLiDotNetSample 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
MeliService ( ) : System

메소드 상세

Authenticate() 공개 메소드

public Authenticate ( string code ) : void
code string
리턴 void

Authorize() 공개 메소드

public Authorize ( ) : string
리턴 string

GetCatergories() 공개 메소드

public GetCatergories ( string site ) : List
site string
리턴 List

GetCurrency() 공개 메소드

public GetCurrency ( ) : List
리턴 List

GetProduct() 공개 메소드

public GetProduct ( string product ) : ItemObject
product string
리턴 ItemObject

GetService() 공개 정적인 메소드

public static GetService ( ) : MeliService
리턴 MeliService

GetSites() 공개 메소드

public GetSites ( ) : List
리턴 List

GetUserInfo() 공개 메소드

public GetUserInfo ( ) : UserObject
리턴 UserObject

Search() 공개 메소드

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