메소드 | 설명 | |
---|---|---|
IsErrorResponse ( string response ) : bool | ||
JsonToDictionary ( string response ) : object>.Dictionary |
||
JsonToDynamic ( string response ) : dynamic | ||
MakeRequest ( string url ) : string | ||
RequestUrl ( string baseurl, string requesturl, string token ) : string |
public static IsErrorResponse ( string response ) : bool | ||
response | string | |
리턴 | bool |
public static JsonToDictionary ( string response ) : object>.Dictionary |
||
response | string | |
리턴 | object>.Dictionary |
public static JsonToDynamic ( string response ) : dynamic | ||
response | string | |
리턴 | dynamic |
public static RequestUrl ( string baseurl, string requesturl, string token ) : string | ||
baseurl | string | |
requesturl | string | |
token | string | |
리턴 | string |