| Crates.io | line-bot-sdk-liff |
| lib.rs | line-bot-sdk-liff |
| version | 0.1.0 |
| created_at | 2025-11-12 15:55:48.567159+00 |
| updated_at | 2025-11-12 15:55:48.567159+00 |
| description | LIFF Server API. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1929587 |
| size | 84,774 |
LIFF Server 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-bot-sdk-liff and add the following to Cargo.toml under [dependencies]:
line-bot-sdk-liff = { path = "./line-bot-sdk-liff" }
All URIs are relative to https://api.line.me
| Class | Method | HTTP request | Description |
|---|
LiffApi | add_liff_app | POST /liff/v1/apps | Create LIFF app LiffApi | delete_liff_app | DELETE /liff/v1/apps/{liffId} | Delete LIFF app from a channel LiffApi | get_all_liff_apps | GET /liff/v1/apps | Get all LIFF apps LiffApi | update_liff_app | PUT /liff/v1/apps/{liffId} | Update LIFF app from a channel
To get access to the crate's generated documentation, use:
cargo doc --open