C# Class myGengo.Apis.Service

Inheritance: Api
显示文件 Open project: gengo/spGengo

Public Methods

Method Description
Service ( string api_key, string private_key ) : System
getLanguagePair ( string format, IDictionary param ) : void
getLanguages ( string format, IDictionary param ) : void

Method Details

Service() public method

public Service ( string api_key, string private_key ) : System
api_key string
private_key string
return System

getLanguagePair() public method

public getLanguagePair ( string format, IDictionary param ) : void
format string
param IDictionary
return void

getLanguages() public method

public getLanguages ( string format, IDictionary param ) : void
format string
param IDictionary
return void