#membership #describe #line #document #account #client #api-client

line_membership

This document describes LINE Official Account Membership API

1 unstable release

0.0.1 Feb 13, 2024

#32 in #membership

Download history 17/week @ 2024-02-08 20/week @ 2024-02-15 17/week @ 2024-02-22 10/week @ 2024-02-29 12/week @ 2024-03-28 8/week @ 2024-04-04 45/week @ 2024-04-11

65 downloads per month

Unlicense

36KB
593 lines

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

Dependencies

~7–19MB
~292K SLoC