Skip to content

Commit c85ea46

Browse files
github-actions[bot]github-actions
andauthored
Codes are generated by openapi generator (#586)
We're excited to announce that the Membership API is now available in the Messaging API. With this update, our SDK also supports the use of this API. For more details, check out the announcement: https://developers.line.biz/en/news/2024/03/28/re-release-endpoints-for-membership --------- Co-authored-by: github-actions <[email protected]>
1 parent cac193d commit c85ea46

24 files changed

+25277
-4878
lines changed

docs/classes/LINE-Clients-MessagingApi-Api-MessagingApiApi.html

Lines changed: 1184 additions & 435 deletions
Large diffs are not rendered by default.

docs/classes/LINE-Clients-MessagingApi-Model-GetMembershipSubscriptionResponse.html

Lines changed: 1901 additions & 0 deletions
Large diffs are not rendered by default.

docs/classes/LINE-Clients-MessagingApi-Model-Membership.html

Lines changed: 2868 additions & 0 deletions
Large diffs are not rendered by default.

docs/classes/LINE-Clients-MessagingApi-Model-MembershipListResponse.html

Lines changed: 1901 additions & 0 deletions
Large diffs are not rendered by default.

docs/classes/LINE-Clients-MessagingApi-Model-SubscribedMembershipPlan.html

Lines changed: 2509 additions & 0 deletions
Large diffs are not rendered by default.

docs/classes/LINE-Clients-MessagingApi-Model-SubscribedMembershipUser.html

Lines changed: 2177 additions & 0 deletions
Large diffs are not rendered by default.

docs/classes/LINE-Clients-MessagingApi-Model-Subscription.html

Lines changed: 1993 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 195 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,195 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>LINE Messaging API SDK for PHP</title>
6+
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
<base href="../">
9+
<link rel="icon" href="images/favicon.ico"/>
10+
<link rel="stylesheet" href="css/normalize.css">
11+
<link rel="stylesheet" href="css/base.css">
12+
<link rel="preconnect" href="https://fonts.gstatic.com">
13+
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap" rel="stylesheet">
14+
<link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;600;700&display=swap" rel="stylesheet">
15+
<link rel="stylesheet" href="css/template.css">
16+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0/css/all.min.css" integrity="sha256-ybRkN9dBjhcS2qrW1z+hfCxq+1aBdwyQM5wlQoQVt/0=" crossorigin="anonymous" />
17+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/themes/prism-okaidia.css">
18+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/plugins/line-numbers/prism-line-numbers.css">
19+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/plugins/line-highlight/prism-line-highlight.css">
20+
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
21+
<script src="https://cdn.jsdelivr.net/npm/css-vars-ponyfill@2"></script>
22+
<script src="js/search.js"></script>
23+
<script defer src="js/searchIndex.js"></script>
24+
</head>
25+
<body id="top">
26+
<header class="phpdocumentor-header phpdocumentor-section">
27+
<h1 class="phpdocumentor-title"><a href="" class="phpdocumentor-title__link">LINE Messaging API SDK for PHP</a></h1>
28+
<input class="phpdocumentor-header__menu-button" type="checkbox" id="menu-button" name="menu-button" />
29+
<label class="phpdocumentor-header__menu-icon" for="menu-button">
30+
<i class="fas fa-bars"></i>
31+
</label>
32+
<section data-search-form class="phpdocumentor-search">
33+
<label>
34+
<span class="visually-hidden">Search for</span>
35+
<svg class="phpdocumentor-search__icon" width="21" height="20" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg">
36+
<circle cx="7.5" cy="7.5" r="6.5" stroke="currentColor" stroke-width="2"/>
37+
<line x1="12.4892" y1="12.2727" x2="19.1559" y2="18.9393" stroke="currentColor" stroke-width="3"/>
38+
</svg>
39+
<input type="search" class="phpdocumentor-field phpdocumentor-search__field" placeholder="Loading .." disabled />
40+
</label>
41+
</section>
42+
43+
<nav class="phpdocumentor-topnav">
44+
<ul class="phpdocumentor-topnav__menu">
45+
</ul>
46+
</nav>
47+
</header>
48+
49+
<main class="phpdocumentor">
50+
<div class="phpdocumentor-section">
51+
<input class="phpdocumentor-sidebar__menu-button" type="checkbox" id="sidebar-button" name="sidebar-button" />
52+
<label class="phpdocumentor-sidebar__menu-icon" for="sidebar-button">
53+
Menu
54+
</label>
55+
<aside class="phpdocumentor-column -four phpdocumentor-sidebar">
56+
<section class="phpdocumentor-sidebar__category">
57+
<h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
58+
<h4 class="phpdocumentor-sidebar__root-namespace">
59+
<a href="namespaces/line.html" class="">LINE</a>
60+
</h4>
61+
<ul class="phpdocumentor-list">
62+
<li>
63+
<a href="namespaces/line-clients.html" class="">Clients</a>
64+
65+
</li>
66+
<li>
67+
<a href="namespaces/line-constants.html" class="">Constants</a>
68+
69+
</li>
70+
<li>
71+
<a href="namespaces/line-laravel.html" class="">Laravel</a>
72+
73+
</li>
74+
<li>
75+
<a href="namespaces/line-parser.html" class="">Parser</a>
76+
77+
</li>
78+
<li>
79+
<a href="namespaces/line-webhook.html" class="">Webhook</a>
80+
81+
</li>
82+
</ul>
83+
84+
</section>
85+
<section class="phpdocumentor-sidebar__category">
86+
<h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
87+
<h4 class="phpdocumentor-sidebar__root-namespace">
88+
<a href="packages/Application.html" class="">Application</a>
89+
</h4>
90+
91+
<h4 class="phpdocumentor-sidebar__root-namespace">
92+
<a href="packages/LINE.html" class="">LINE</a>
93+
</h4>
94+
<ul class="phpdocumentor-list">
95+
<li>
96+
<a href="packages/LINE-Clients.html" class="">Clients</a>
97+
98+
</li>
99+
<li>
100+
<a href="packages/LINE-LINEBot.html" class="">LINEBot</a>
101+
102+
</li>
103+
<li>
104+
<a href="packages/LINE-Webhook.html" class="">Webhook</a>
105+
106+
</li>
107+
</ul>
108+
109+
</section>
110+
111+
<section class="phpdocumentor-sidebar__category">
112+
<h2 class="phpdocumentor-sidebar__category-header">Reports</h2>
113+
<h3 class="phpdocumentor-sidebar__root-package"><a href="reports/deprecated.html">Deprecated</a></h3>
114+
<h3 class="phpdocumentor-sidebar__root-package"><a href="reports/errors.html">Errors</a></h3>
115+
<h3 class="phpdocumentor-sidebar__root-package"><a href="reports/markers.html">Markers</a></h3>
116+
</section>
117+
118+
<section class="phpdocumentor-sidebar__category">
119+
<h2 class="phpdocumentor-sidebar__category-header">Indices</h2>
120+
<h3 class="phpdocumentor-sidebar__root-package"><a href="indices/files.html">Files</a></h3>
121+
</section>
122+
</aside>
123+
124+
<div class="phpdocumentor-column -eight phpdocumentor-content">
125+
<ul class="phpdocumentor-breadcrumbs">
126+
</ul>
127+
128+
<article class="phpdocumentor-element -file">
129+
<h2 class="phpdocumentor-content__title">GetMembershipSubscriptionResponse.php</h2>
130+
131+
<p class="phpdocumentor-summary">Copyright 2024 LINE Corporation</p>
132+
133+
<section class="phpdocumentor-description"><p>LINE Corporation licenses this file to you under the Apache License,
134+
version 2.0 (the &quot;License&quot;); you may not use this file except in compliance
135+
with the License. You may obtain a copy of the License at:</p>
136+
<p>https://www.apache.org/licenses/LICENSE-2.0</p>
137+
<p>Unless required by applicable law or agreed to in writing, software
138+
distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT
139+
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
140+
License for the specific language governing permissions and limitations
141+
under the License.</p>
142+
</section>
143+
144+
145+
146+
147+
148+
149+
<h3 id="interfaces_class_traits">
150+
Interfaces, Classes, Traits and Enums
151+
<a href="#interfaces_class_traits" class="headerlink"><i class="fas fa-link"></i></a>
152+
</h3>
153+
154+
<dl class="phpdocumentor-table-of-contents">
155+
156+
<dt class="phpdocumentor-table-of-contents__entry -class"><a href="classes/LINE-Clients-MessagingApi-Model-GetMembershipSubscriptionResponse.html"><abbr title="\LINE\Clients\MessagingApi\Model\GetMembershipSubscriptionResponse">GetMembershipSubscriptionResponse</abbr></a></dt>
157+
<dd>GetMembershipSubscriptionResponse Class Doc Comment</dd>
158+
159+
160+
</dl>
161+
162+
163+
164+
165+
166+
167+
168+
169+
</article>
170+
<section data-search-results class="phpdocumentor-search-results phpdocumentor-search-results--hidden">
171+
<section class="phpdocumentor-search-results__dialog">
172+
<header class="phpdocumentor-search-results__header">
173+
<h2 class="phpdocumentor-search-results__title">Search results</h2>
174+
<button class="phpdocumentor-search-results__close"><i class="fas fa-times"></i></button>
175+
</header>
176+
<section class="phpdocumentor-search-results__body">
177+
<ul class="phpdocumentor-search-results__entries"></ul>
178+
</section>
179+
</section>
180+
</section>
181+
</div>
182+
</div>
183+
<a href="files/src-clients-messaging-api-lib-model-getmembershipsubscriptionresponse.html#top" class="phpdocumentor-back-to-top"><i class="fas fa-chevron-circle-up"></i></a>
184+
185+
</main>
186+
187+
<script>
188+
cssVars({});
189+
</script>
190+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/prism.min.js"></script>
191+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/plugins/autoloader/prism-autoloader.min.js"></script>
192+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/plugins/line-numbers/prism-line-numbers.min.js"></script>
193+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/plugins/line-highlight/prism-line-highlight.min.js"></script>
194+
</body>
195+
</html>
Lines changed: 195 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,195 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>LINE Messaging API SDK for PHP</title>
6+
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
<base href="../">
9+
<link rel="icon" href="images/favicon.ico"/>
10+
<link rel="stylesheet" href="css/normalize.css">
11+
<link rel="stylesheet" href="css/base.css">
12+
<link rel="preconnect" href="https://fonts.gstatic.com">
13+
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap" rel="stylesheet">
14+
<link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;600;700&display=swap" rel="stylesheet">
15+
<link rel="stylesheet" href="css/template.css">
16+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0/css/all.min.css" integrity="sha256-ybRkN9dBjhcS2qrW1z+hfCxq+1aBdwyQM5wlQoQVt/0=" crossorigin="anonymous" />
17+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/themes/prism-okaidia.css">
18+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/plugins/line-numbers/prism-line-numbers.css">
19+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/plugins/line-highlight/prism-line-highlight.css">
20+
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
21+
<script src="https://cdn.jsdelivr.net/npm/css-vars-ponyfill@2"></script>
22+
<script src="js/search.js"></script>
23+
<script defer src="js/searchIndex.js"></script>
24+
</head>
25+
<body id="top">
26+
<header class="phpdocumentor-header phpdocumentor-section">
27+
<h1 class="phpdocumentor-title"><a href="" class="phpdocumentor-title__link">LINE Messaging API SDK for PHP</a></h1>
28+
<input class="phpdocumentor-header__menu-button" type="checkbox" id="menu-button" name="menu-button" />
29+
<label class="phpdocumentor-header__menu-icon" for="menu-button">
30+
<i class="fas fa-bars"></i>
31+
</label>
32+
<section data-search-form class="phpdocumentor-search">
33+
<label>
34+
<span class="visually-hidden">Search for</span>
35+
<svg class="phpdocumentor-search__icon" width="21" height="20" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg">
36+
<circle cx="7.5" cy="7.5" r="6.5" stroke="currentColor" stroke-width="2"/>
37+
<line x1="12.4892" y1="12.2727" x2="19.1559" y2="18.9393" stroke="currentColor" stroke-width="3"/>
38+
</svg>
39+
<input type="search" class="phpdocumentor-field phpdocumentor-search__field" placeholder="Loading .." disabled />
40+
</label>
41+
</section>
42+
43+
<nav class="phpdocumentor-topnav">
44+
<ul class="phpdocumentor-topnav__menu">
45+
</ul>
46+
</nav>
47+
</header>
48+
49+
<main class="phpdocumentor">
50+
<div class="phpdocumentor-section">
51+
<input class="phpdocumentor-sidebar__menu-button" type="checkbox" id="sidebar-button" name="sidebar-button" />
52+
<label class="phpdocumentor-sidebar__menu-icon" for="sidebar-button">
53+
Menu
54+
</label>
55+
<aside class="phpdocumentor-column -four phpdocumentor-sidebar">
56+
<section class="phpdocumentor-sidebar__category">
57+
<h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
58+
<h4 class="phpdocumentor-sidebar__root-namespace">
59+
<a href="namespaces/line.html" class="">LINE</a>
60+
</h4>
61+
<ul class="phpdocumentor-list">
62+
<li>
63+
<a href="namespaces/line-clients.html" class="">Clients</a>
64+
65+
</li>
66+
<li>
67+
<a href="namespaces/line-constants.html" class="">Constants</a>
68+
69+
</li>
70+
<li>
71+
<a href="namespaces/line-laravel.html" class="">Laravel</a>
72+
73+
</li>
74+
<li>
75+
<a href="namespaces/line-parser.html" class="">Parser</a>
76+
77+
</li>
78+
<li>
79+
<a href="namespaces/line-webhook.html" class="">Webhook</a>
80+
81+
</li>
82+
</ul>
83+
84+
</section>
85+
<section class="phpdocumentor-sidebar__category">
86+
<h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
87+
<h4 class="phpdocumentor-sidebar__root-namespace">
88+
<a href="packages/Application.html" class="">Application</a>
89+
</h4>
90+
91+
<h4 class="phpdocumentor-sidebar__root-namespace">
92+
<a href="packages/LINE.html" class="">LINE</a>
93+
</h4>
94+
<ul class="phpdocumentor-list">
95+
<li>
96+
<a href="packages/LINE-Clients.html" class="">Clients</a>
97+
98+
</li>
99+
<li>
100+
<a href="packages/LINE-LINEBot.html" class="">LINEBot</a>
101+
102+
</li>
103+
<li>
104+
<a href="packages/LINE-Webhook.html" class="">Webhook</a>
105+
106+
</li>
107+
</ul>
108+
109+
</section>
110+
111+
<section class="phpdocumentor-sidebar__category">
112+
<h2 class="phpdocumentor-sidebar__category-header">Reports</h2>
113+
<h3 class="phpdocumentor-sidebar__root-package"><a href="reports/deprecated.html">Deprecated</a></h3>
114+
<h3 class="phpdocumentor-sidebar__root-package"><a href="reports/errors.html">Errors</a></h3>
115+
<h3 class="phpdocumentor-sidebar__root-package"><a href="reports/markers.html">Markers</a></h3>
116+
</section>
117+
118+
<section class="phpdocumentor-sidebar__category">
119+
<h2 class="phpdocumentor-sidebar__category-header">Indices</h2>
120+
<h3 class="phpdocumentor-sidebar__root-package"><a href="indices/files.html">Files</a></h3>
121+
</section>
122+
</aside>
123+
124+
<div class="phpdocumentor-column -eight phpdocumentor-content">
125+
<ul class="phpdocumentor-breadcrumbs">
126+
</ul>
127+
128+
<article class="phpdocumentor-element -file">
129+
<h2 class="phpdocumentor-content__title">Membership.php</h2>
130+
131+
<p class="phpdocumentor-summary">Copyright 2024 LINE Corporation</p>
132+
133+
<section class="phpdocumentor-description"><p>LINE Corporation licenses this file to you under the Apache License,
134+
version 2.0 (the &quot;License&quot;); you may not use this file except in compliance
135+
with the License. You may obtain a copy of the License at:</p>
136+
<p>https://www.apache.org/licenses/LICENSE-2.0</p>
137+
<p>Unless required by applicable law or agreed to in writing, software
138+
distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT
139+
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
140+
License for the specific language governing permissions and limitations
141+
under the License.</p>
142+
</section>
143+
144+
145+
146+
147+
148+
149+
<h3 id="interfaces_class_traits">
150+
Interfaces, Classes, Traits and Enums
151+
<a href="#interfaces_class_traits" class="headerlink"><i class="fas fa-link"></i></a>
152+
</h3>
153+
154+
<dl class="phpdocumentor-table-of-contents">
155+
156+
<dt class="phpdocumentor-table-of-contents__entry -class"><a href="classes/LINE-Clients-MessagingApi-Model-Membership.html"><abbr title="\LINE\Clients\MessagingApi\Model\Membership">Membership</abbr></a></dt>
157+
<dd>Membership Class Doc Comment</dd>
158+
159+
160+
</dl>
161+
162+
163+
164+
165+
166+
167+
168+
169+
</article>
170+
<section data-search-results class="phpdocumentor-search-results phpdocumentor-search-results--hidden">
171+
<section class="phpdocumentor-search-results__dialog">
172+
<header class="phpdocumentor-search-results__header">
173+
<h2 class="phpdocumentor-search-results__title">Search results</h2>
174+
<button class="phpdocumentor-search-results__close"><i class="fas fa-times"></i></button>
175+
</header>
176+
<section class="phpdocumentor-search-results__body">
177+
<ul class="phpdocumentor-search-results__entries"></ul>
178+
</section>
179+
</section>
180+
</section>
181+
</div>
182+
</div>
183+
<a href="files/src-clients-messaging-api-lib-model-membership.html#top" class="phpdocumentor-back-to-top"><i class="fas fa-chevron-circle-up"></i></a>
184+
185+
</main>
186+
187+
<script>
188+
cssVars({});
189+
</script>
190+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/prism.min.js"></script>
191+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/plugins/autoloader/prism-autoloader.min.js"></script>
192+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/plugins/line-numbers/prism-line-numbers.min.js"></script>
193+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/plugins/line-highlight/prism-line-highlight.min.js"></script>
194+
</body>
195+
</html>

0 commit comments

Comments
 (0)