프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Get | ApiResponse | ||
GetAuthHeader | string |
메소드 | 설명 | |
---|---|---|
ApiService ( ) : System | ||
ApiService ( string apiToken ) : System | ||
Delete ( string url ) : ApiResponse | ||
Delete ( string url, string>.List |
||
Get ( string url ) : ApiResponse | ||
Get ( string url, string>.List |
||
GetSession ( ) : Session | ||
Initialize ( ) : void | ||
Post ( string url, string>.List |
||
Post ( string url, string data ) : ApiResponse | ||
Put ( string url, string>.List |
||
Put ( string url, string data ) : ApiResponse |
메소드 | 설명 | |
---|---|---|
Get ( ApiRequest apiRequest ) : ApiResponse | ||
GetAuthHeader ( ) : string |
public Delete ( string url, string>.List |
||
url | string | |
args | string>.List | |
리턴 | ApiResponse |
public Get ( string url, string>.List |
||
url | string | |
args | string>.List | |
리턴 | ApiResponse |
public Post ( string url, string>.List |
||
url | string | |
args | string>.List | |
data | string | |
리턴 | ApiResponse |
public Post ( string url, string data ) : ApiResponse | ||
url | string | |
data | string | |
리턴 | ApiResponse |
public Put ( string url, string>.List |
||
url | string | |
args | string>.List | |
data | string | |
리턴 | ApiResponse |
public Put ( string url, string data ) : ApiResponse | ||
url | string | |
data | string | |
리턴 | ApiResponse |