|
1 | 1 | [](https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-7) |
2 | 2 |
|
3 | 3 | # LINE Developers.Net |
4 | | -이 라이브러리는 [LINE Developers](https://developers.line.biz/en/docs/)의 API를 C# 라이브러리로 개발한 것입니다. |
5 | | -방대한 기능과 몇몇 기능은 유료 기반이라 모든 기능을 테스트 완료하진 못하였습니다. |
6 | | -LINE Messenger 기반 챗봇을 개발하시는 분들께 도움이 되길 바랍니다. |
| 4 | +이 라이브러리는 [LINE Developers](https://developers.line.biz/en/docs/)의 API를 C# 라이브러리로 개발한 것이며, LINE Developers와 관련없는 비공식 라이브러리 임을 밝힙니다. |
| 5 | +한국에서는 지원하지 않거나 유료 기반의 기능들은 테스트를 완료하지 못했습니다. 참고하시기 바라며 LINE Messenger 기반 메시지 발송 또는 챗봇을 개발하시는 분들께 도움이 되길 바랍니다. |
7 | 6 |
|
8 | | -[](https://www.nuget.org/packages/LineDevelopers) |
9 | | -``` |
10 | | -Install-Package LineDevelopers -Version 1.0.0 |
| 7 | +# 1. 사용 가이드 문서 |
| 8 | +1. Install from [](https://www.nuget.org/packages/LineDevelopers) |
| 9 | +```powershell |
| 10 | +Install-Package LineDevelopers |
11 | 11 | ``` |
| 12 | +2. [메시지 생성 및 발송 가이드](https://github.com/charles96/LineDevelopers.Net/blob/master/MESSAGE_kor.md) |
| 13 | +3. [webhook quick start](https://github.com/charles96/LineDevelopers.Net/blob/master/WEBHOOK_kor.md) |
12 | 14 |
|
13 | | -# 1. 사용 가이드 문서 |
14 | | -1. [메시지 생성 및 발송 가이드](https://github.com/charles96/LineDevelopers.Net/blob/master/MESSAGE_kor.md) |
15 | | -2. [webhook quick start](https://github.com/charles96/LineDevelopers.Net/blob/master/WEBHOOK_kor.md) |
16 | 15 | # 2. 라이브러리 소개 |
17 | 16 |
|
18 | 17 | ## 2-1. LineChannelAccessTokenClient class |
@@ -173,6 +172,13 @@ using (var client = new LineChannelAccessTokenClient()) |
173 | 172 | |[Get webhook endpoint information](https://developers.line.biz/en/reference/messaging-api/#get-webhook-endpoint-information)|GetEndpointInformationAsync|✔| |
174 | 173 | |[Test webhook endpoint](https://developers.line.biz/en/reference/messaging-api/#test-webhook-endpoint)|TestEndpointAsync|✔| |
175 | 174 |
|
| 175 | +## 2-2-9. LineBotClient class |
| 176 | +* [Bot](https://developers.line.biz/en/reference/messaging-api/#bot) |
| 177 | +
|
| 178 | +|LINE Developers|Methods|Tested| |
| 179 | +|---|---|---| |
| 180 | +|[Get bot info](https://developers.line.biz/en/reference/messaging-api/#get-bot-info)|GetBotInformationAsync|✔| |
| 181 | +
|
176 | 182 | ## 2-3 LineLiffClient class |
177 | 183 | * [LIFF Server API](https://developers.line.biz/en/reference/liff-server/) |
178 | 184 |
|
|
0 commit comments