| Crates.io | line_liff |
| lib.rs | line_liff |
| version | 1.0.0 |
| created_at | 2023-12-03 04:54:52.766774+00 |
| updated_at | 2023-12-03 04:54:52.766774+00 |
| description | LIFF Server API. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1056703 |
| size | 48,347 |
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 | 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} |
To get access to the crate's generated documentation, use:
cargo doc --open