Skip to content

Commit 4a46718

Browse files
committed
update readme
1 parent 4e0fdc9 commit 4a46718

4 files changed

Lines changed: 10 additions & 6 deletions

File tree

MESSAGE_eng.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# how to create / send a message
22
# test codes
33
* [test codes to send a message of each types](https://github.com/charles96/LineDevelopers.Net/blob/master/Src/LineDevelopers.Tests/LineMessageClientTest.cs)
4-
* [test codes to send flex message](https://github.com/charles96/LineDevelopers.Net/blob/master/Src/LineDevelopers.Tests/LineFlexMessageTest.cs)
4+
* [flex message simulator example](https://github.com/charles96/LineDevelopers.NET/wiki/flex-message-simulator-example)
55
# send message sample
66
* example to send a simple text message with a 'X-Line-Retry-Key' header via SendBroadcastMessageAsync method
77
```csharp

MESSAGE_kor.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# 메시지 발송
22
LineMessaging API.Net을 통해 여러가지 유형의 메시지 생성 방법 및 발송 방법에 대해 아래와 같이 정리하였으니 참고하시기 바랍니다.
3+
# 메시지 타입과 quick reply
4+
LINE Developers에서 제공되는 모든 유형의 메시지를 만들 수 있습니다. 위키 내용을 우선 참고해주세요.
5+
* [Wiki](https://github.com/charles96/LineDevelopers.NET/wiki)
6+
37
# 참고 코드
48
* [유형별 메시지 발송 TestCode](https://github.com/charles96/LineDevelopers.Net/blob/master/Src/LineDevelopers.Tests/LineMessageClientTest.cs)
5-
* [Flex 메시지 발송 Test Code](https://github.com/charles96/LineDevelopers.Net/blob/master/Src/LineDevelopers.Tests/LineFlexMessageTest.cs)
9+
* [flex message simulator example](https://github.com/charles96/LineDevelopers.NET/wiki/flex-message-simulator-example)
610
# 메시지 발송 sample
711
* SendBroadcastMessageAsync method를 통해 X-Line-Retry-Key와 함께 단순 text메시지 발송 예시)
812
```csharp

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
This C# Library is implemented of the [LINE Developers APIs](https://developers.line.biz/en/docs/). and This is an unofficial LINE Developers library.
77
There are so many features in LINE Developers APIs.
88
However couldn't test such of features which are not offer in KOREA and some of pay features.
9-
but It'll works well. I hope it's helpful to develop message send and chatbot via LINE.
9+
but It'll works well. I hope it's helpful to develop message send and chatbot via LINE Messenger.
1010

1111
* install from nuget
1212
```powershell

WEBHOOK_kor.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ LINE Develpers.NET library를 이용하여 간단한 webhook을 테스트 하는
88
## 2. open api project
99
1. [line webhook sample](https://github.com/charles96/LineDevelopers.Net/tree/master/Src/LineDevelopers.Webhook.Sample) project 다운로드
1010
2. Visual Studio → open project
11-
3. LineController.cs
12-
* channel access token 수정
11+
3. channel access token 수정
12+
* LineController.cs
1313
```csharp
1414
public LineController()
1515
{
@@ -22,7 +22,7 @@ LINE Develpers.NET library를 이용하여 간단한 webhook을 테스트 하는
2222
![image](https://github.com/charles96/LineDevelopers.Net/blob/master/Assets/swagger.png?raw=true)
2323

2424
## 3. ngrok 설치 및 세팅
25-
자신의 local에 생성한 api를 LINE Messanger 서버에서 직접 호출하기 위해 아래와 같은 절차가 필요하다.
25+
자신의 local에 생성한 api를 LINE Messenger 서버에서 직접 호출하기 위해 아래와 같은 절차가 필요하다.
2626
### 3-1. 자신의 pc환경에 맞는 ngrok을 다운로드
2727
* [ngrok download](https://ngrok.com/download)
2828
### 3-2. ngrok 실행

0 commit comments

Comments
 (0)