Crates.io | line_webhook |
lib.rs | line_webhook |
version | 1.0.1 |
source | src |
created_at | 2023-12-03 07:04:24.571672 |
updated_at | 2024-02-13 05:40:47.779336 |
description | Webhook event definition of the LINE Messaging API |
homepage | |
repository | |
max_upload_size | |
id | 1056740 |
size | 174,121 |
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.RustClientCodegen
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" }
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