Skip to content

Commit 1166960

Browse files
committed
update readme
1 parent f62371b commit 1166960

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
[![dotnet version](https://img.shields.io/badge/.NET-7.x-blue)](https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-7)
2+
[![Nuget](https://img.shields.io/nuget/v/LineDevelopers.svg)](https://www.nuget.org/packages/LineDevelopers)
23

34
# LINE Developers.Net
45
이 라이브러리는 [LINE Developers](https://developers.line.biz/en/docs/)의 API를 C# 라이브러리로 개발한 것이며, LINE Developers와 관련없는 비공식 라이브러리 임을 밝힙니다.
56
한국에서는 지원하지 않거나 유료 기반의 기능들은 테스트를 완료하지 못했습니다. 참고하시기 바라며 LINE Messenger 기반 메시지 발송 또는 챗봇을 개발하시는 분들께 도움이 되길 바랍니다.
7+
* install from nuget
8+
```powershell
9+
Install-Package LineDevelopers
10+
```
611

712
# 1. 사용 가이드 문서
8-
1. Nuget을 통한 설치
9-
* [![Nuget](https://img.shields.io/nuget/v/LineDevelopers.svg)](https://www.nuget.org/packages/LineDevelopers)
10-
```powershell
11-
Install-Package LineDevelopers
12-
```
13-
2. [메시지 생성 및 발송 가이드](https://github.com/charles96/LineDevelopers.Net/blob/master/MESSAGE_kor.md)
14-
3. [webhook quick start](https://github.com/charles96/LineDevelopers.Net/blob/master/WEBHOOK_kor.md)
13+
## 1-1. [메시지 생성 및 발송 가이드](https://github.com/charles96/LineDevelopers.Net/blob/master/MESSAGE_kor.md)
14+
## 1-2. [webhook quick start](https://github.com/charles96/LineDevelopers.Net/blob/master/WEBHOOK_kor.md)
1515

1616
# 2. 라이브러리 소개
17-
1817
## 2-1. LineChannelAccessTokenClient class
1918
* [Channel access token](https://developers.line.biz/en/reference/messaging-api/#channel-access-token)
2019

0 commit comments

Comments
 (0)