ApiHelper/ExecuteGetApiToObject
他のURLのAPIを呼び出し戻り値をオブジェクトに変換します。(Getメソッド)
Request Information
Parameters
Name | Description | Type |
---|---|---|
url |
URL |
String |
contents |
Body(JSON形式) |
String |
querystring |
Query文字 |
String |
internalCallKeyword |
内部呼び出しキーワード |
String |
headers |
Requestヘッダー |
Dictionary`2 |
Response Information
Response Description
Description | Type |
---|---|
オブジェクト |
T |