Skip to content

Commit 4ae0646

Browse files
committed
remove options
1 parent f4a916b commit 4ae0646

5 files changed

Lines changed: 16 additions & 164 deletions

File tree

README.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
[![dotnet version](https://img.shields.io/badge/.NET-7.x-blue)](https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-7)
22

33
# 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 기반 메시지 발송 또는 챗봇을 개발하시는 분들께 도움이 되길 바랍니다.
76

8-
[![Nuget](https://img.shields.io/nuget/v/LineDevelopers.svg)](https://www.nuget.org/packages/LineDevelopers)
9-
```
10-
Install-Package LineDevelopers -Version 1.0.0
7+
# 1. 사용 가이드 문서
8+
1. Install from [![Nuget](https://img.shields.io/nuget/v/LineDevelopers.svg)](https://www.nuget.org/packages/LineDevelopers)
9+
```powershell
10+
Install-Package LineDevelopers
1111
```
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)
1214

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)
1615
# 2. 라이브러리 소개
1716

1817
## 2-1. LineChannelAccessTokenClient class
@@ -173,6 +172,13 @@ using (var client = new LineChannelAccessTokenClient())
173172
|[Get webhook endpoint information](https://developers.line.biz/en/reference/messaging-api/#get-webhook-endpoint-information)|GetEndpointInformationAsync|✔|
174173
|[Test webhook endpoint](https://developers.line.biz/en/reference/messaging-api/#test-webhook-endpoint)|TestEndpointAsync|✔|
175174
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+
176182
## 2-3 LineLiffClient class
177183
* [LIFF Server API](https://developers.line.biz/en/reference/liff-server/)
178184

Src/LineDevelopers.Tests/EtcTest.cs

Lines changed: 0 additions & 29 deletions
This file was deleted.

Src/LineDevelopers/Options/LineOptionsClient.cs

Lines changed: 0 additions & 84 deletions
This file was deleted.

Src/LineDevelopers/Options/PhoneNumber.cs

Lines changed: 0 additions & 41 deletions
This file was deleted.

WEBHOOK_kor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# webhook api quick start
2-
LINE Develpers.NET library를 이용하여 간단하게 webhook을 테스트 하는 방법에 대해 소개합니다.
2+
LINE Develpers.NET library를 이용하여 간단한 webhook을 테스트 하는 방법에 대해 소개합니다.
33

44
# quick start
55
## 1. open api project

0 commit comments

Comments
 (0)