ApiHelper(ContentType, String, String, String) Constructor
建構子
Namespace: eBizprise.FrameworkAssembly: eBizprise.Framework.Api.ApiHelper (in eBizprise.Framework.Api.ApiHelper.dll) Version: 25.0.1.0+adf38c4ccb2bf98d8ad258a6278302b5e05a94ed
public ApiHelper(
ContentType contentType,
string apiUrl,
string parameters,
string simulation
)
Parameters
- contentType ContentType
- 媒體類型
- apiUrl String
- API位址
- parameters String
- API參數
- simulation String
- 模擬回應
| Date | Version | Description |
|---|
| 2020/04/20 | 1.0.1.0 | 初版 |
| 2020/05/21 | 1.0.3.0 | 加入模擬回應 |
| 2020/07/09 | 1.0.7.0 | 增加GET方法支援 |
| 2021/05/05 | 1.0.16.0 | 增加自訂媒體類型,預設為Json |