| Crates.io | webhook-line |
| lib.rs | webhook-line |
| version | 1.0.0 |
| created_at | 2025-03-17 09:59:47.289604+00 |
| updated_at | 2025-03-17 09:59:47.289604+00 |
| description | Webhook event definition of the LINE Messaging API |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1595267 |
| size | 187,542 |
Webhook event definition of the LINE Messaging API
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.
org.openapitools.codegen.languages.RustClientCodegenPut 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" }
All URIs are relative to https://example.com
| Class | Method | HTTP request | Description |
|---|
DummyApi | callback | Post /callback |
To get access to the crate's generated documentation, use:
cargo doc --open