line_membership

Crates.ioline_membership
lib.rsline_membership
version0.0.1
sourcesrc
created_at2024-02-13 05:36:34.66656
updated_at2024-02-13 05:36:34.66656
descriptionThis document describes LINE Official Account Membership API.
homepage
repository
max_upload_size
id1137941
size41,171
Haruto (nanato12)

documentation

README

Rust API client for line_membership

This document describes LINE Official Account Membership API.

Overview

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.

  • API version: 0.0.1
  • Package version: 0.0.1
  • Build package: org.openapitools.codegen.languages.RustClientCodegen

Installation

Put the package under your project folder in a directory named line_membership and add the following to Cargo.toml under [dependencies]:

line_membership = { path = "./line_membership" }

Documentation for API Endpoints

All URIs are relative to https://api.line.me

Class Method HTTP request Description

MembershipApi | get_membership_list | Get /membership/v1/list | MembershipApi | get_membership_subscription | Get /membership/v1/subscription/{userId} |

Documentation For Models

To get access to the crate's generated documentation, use:

cargo doc --open

Author

Commit count: 0

cargo fmt