| Crates.io | liff-line |
| lib.rs | liff-line |
| version | 1.0.0 |
| created_at | 2025-03-17 10:49:43.312464+00 |
| updated_at | 2025-03-17 10:49:43.312464+00 |
| description | LIFF Server API. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1595323 |
| size | 76,039 |
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-liff and add the following to Cargo.toml under [dependencies]:
line-liff = { path = "./line-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