일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- Excel
- Banker's
- 업비트
- 한글깨짐
- Aspose.cells
- MS-SQL
- 썸머노트
- upbit
- Android
- LEFT JOIN
- 가로 스크롤 막대
- Oracle
- CSV
- 나만의 상점
- 초딩수학
- 스크롤 사라짐
- league of legends
- swift 화면전환
- rounding
- 시트 탭 사라짐
- Banker's rounding
- Kakao API Address
- Request.Form
- chart.js
- .csv
- MYSQL
- python
- 세로 스크롤 막대
- 일본여행
- MSSQL
Archives
- Today
- Total
목록HttpClient API Call (1)
DBA
HttpClient Class를 이용하여 API를 호출
// GET 요청 예시 var response = await client.GetAsync("https://api.example.com/users", content); // PUT 요청 예시 var content = new StringContent(JsonConvert.SerializeObject(user), Encoding.UTF8, "application/json"); var response = await client.PutAsync("https://api.example.com/users/1");
[3] Development/MVC(ASP.NET with C#)
2023. 2. 27. 12:52