Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ Or install it yourself as:
gem install line-bot-api
```

## Example projects
We provide examples to help you get started with the SDK.
They work in your local environment if you have owned your bot account.

Go the [examples](examples/v2) directory for more examples.

## Synopsis
### RBS
This library provides [RBS](https://github.com/ruby/rbs) files for type checking.\
Expand Down Expand Up @@ -305,9 +311,6 @@ request = Line::Bot::V2::MessagingApi::PushMessageRequest.create(
)
```

### More examples
See the [examples](examples/v2) directory for more examples.

## Versioning
This project respects semantic versioning.

Expand Down