2 stable releases
1.0.1 | Feb 13, 2024 |
---|---|
1.0.0 | Dec 3, 2023 |
#40 in #webhook
Used in line-bot-sdk-rust
135KB
2K
SLoC
Rust API client for line_webhook
Webhook event definition of the LINE Messaging API
Overview
This API client was generated by the OpenAPI Generator project. By using the openapi-spec from a remote server, you can easily generate an API client.
- API version: 1.0.1
- Package version: 1.0.1
- Build package:
org.openapitools.codegen.languages.RustClientCodegen
Installation
Put the package under your project folder in a directory named line_webhook
and add the following to Cargo.toml
under [dependencies]
:
line_webhook = { path = "./line_webhook" }
Documentation for API Endpoints
All URIs are relative to https://example.com
Class | Method | HTTP request | Description |
---|---|---|---|
DummyApi | callback | Post /callback |
Documentation For Models
- AccountLinkEvent
- ActionResult
- ActivatedEvent
- AllMentionee
- AttachedModuleContent
- AudioMessageContent
- BeaconContent
- BeaconEvent
- BotResumedEvent
- BotSuspendedEvent
- CallbackRequest
- ChatControl
- ContentProvider
- DeactivatedEvent
- DeliveryContext
- DetachedModuleContent
- Emoji
- Event
- EventMode
- FileMessageContent
- FollowDetail
- FollowEvent
- GroupSource
- ImageMessageContent
- ImageSet
- JoinEvent
- JoinedMembers
- LeaveEvent
- LeftMembers
- LinkContent
- LinkThingsContent
- LocationMessageContent
- MemberJoinedEvent
- MemberLeftEvent
- Mention
- Mentionee
- MessageContent
- MessageEvent
- ModuleContent
- ModuleEvent
- PnpDelivery
- PnpDeliveryCompletionEvent
- PostbackContent
- PostbackEvent
- RoomSource
- ScenarioResult
- ScenarioResultThingsContent
- Source
- StickerMessageContent
- TextMessageContent
- ThingsContent
- ThingsEvent
- UnfollowEvent
- UnlinkThingsContent
- UnsendDetail
- UnsendEvent
- UserMentionee
- UserSource
- VideoMessageContent
- VideoPlayComplete
- VideoPlayCompleteEvent
To get access to the crate's generated documentation, use:
cargo doc --open
Author
Dependencies
~7–18MB
~275K SLoC