rettiwt-api 1.3.0 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/services/helper/Headers.js +14 -14
- package/dist/services/helper/Headers.js.map +1 -1
- package/docs/classes/AccountService.html +17 -17
- package/docs/classes/AuthCookie.html +7 -7
- package/docs/classes/AuthService.html +7 -7
- package/docs/classes/CacheService.html +7 -7
- package/docs/classes/Cursor.html +3 -3
- package/docs/classes/CursoredData.html +4 -4
- package/docs/classes/FetcherService.html +9 -9
- package/docs/classes/Tweet.html +14 -14
- package/docs/classes/TweetEntities.html +6 -6
- package/docs/classes/TweetListArgs.html +4 -4
- package/docs/classes/TweetService.html +11 -11
- package/docs/classes/User.html +16 -16
- package/docs/classes/UserListArgs.html +4 -4
- package/docs/classes/UserService.html +12 -12
- package/docs/enums/HttpMethods.html +3 -3
- package/docs/functions/Rettiwt.html +1 -1
- package/docs/interfaces/IAuthCookie.html +5 -5
- package/docs/interfaces/ICursor.html +2 -2
- package/docs/interfaces/ICursoredData.html +3 -3
- package/docs/interfaces/IDataContext.html +4 -4
- package/docs/interfaces/IListArgs.html +3 -3
- package/docs/interfaces/ITweet.html +13 -13
- package/docs/interfaces/ITweetEntities.html +5 -5
- package/docs/interfaces/IUser.html +15 -15
- package/package.json +1 -1
- package/src/services/helper/Headers.ts +14 -14
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
<li><a href="TweetService.html" class="tsd-signature-type" data-tsd-kind="Class">TweetService</a></li>
|
|
28
28
|
<li><a href="UserService.html" class="tsd-signature-type" data-tsd-kind="Class">UserService</a></li></ul></li></ul></section><aside class="tsd-sources">
|
|
29
29
|
<ul>
|
|
30
|
-
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/
|
|
30
|
+
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/b4ace2a/src/services/util/FetcherService.ts#L34">src/services/util/FetcherService.ts:34</a></li></ul></aside>
|
|
31
31
|
<section class="tsd-panel-group tsd-index-group">
|
|
32
32
|
<section class="tsd-panel tsd-index-panel">
|
|
33
33
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
</div></li></ul></div>
|
|
67
67
|
<h4 class="tsd-returns-title">Returns <a href="FetcherService.html" class="tsd-signature-type" data-tsd-kind="Class">FetcherService</a></h4><aside class="tsd-sources">
|
|
68
68
|
<ul>
|
|
69
|
-
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/
|
|
69
|
+
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/b4ace2a/src/services/util/FetcherService.ts#L49">src/services/util/FetcherService.ts:49</a></li></ul></aside></li></ul></section></section>
|
|
70
70
|
<section class="tsd-panel-group tsd-member-group">
|
|
71
71
|
<h2>Properties</h2>
|
|
72
72
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-protected"><a id="auth" class="tsd-anchor"></a>
|
|
@@ -75,21 +75,21 @@
|
|
|
75
75
|
<div class="tsd-comment tsd-typography"><p>The authentication service instance.</p>
|
|
76
76
|
</div><aside class="tsd-sources">
|
|
77
77
|
<ul>
|
|
78
|
-
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/
|
|
78
|
+
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/b4ace2a/src/services/util/FetcherService.ts#L37">src/services/util/FetcherService.ts:37</a></li></ul></aside></section>
|
|
79
79
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-private"><a id="cache" class="tsd-anchor"></a>
|
|
80
80
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>cache</span><a href="#cache" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
81
81
|
<div class="tsd-signature">cache<span class="tsd-signature-symbol">:</span> <a href="CacheService.html" class="tsd-signature-type" data-tsd-kind="Class">CacheService</a></div>
|
|
82
82
|
<div class="tsd-comment tsd-typography"><p>The caching service instance.</p>
|
|
83
83
|
</div><aside class="tsd-sources">
|
|
84
84
|
<ul>
|
|
85
|
-
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/
|
|
85
|
+
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/b4ace2a/src/services/util/FetcherService.ts#L40">src/services/util/FetcherService.ts:40</a></li></ul></aside></section>
|
|
86
86
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-protected"><a id="isAuthenticated" class="tsd-anchor"></a>
|
|
87
87
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span>is<wbr/>Authenticated</span><a href="#isAuthenticated" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
88
88
|
<div class="tsd-signature">is<wbr/>Authenticated<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
|
|
89
89
|
<div class="tsd-comment tsd-typography"><p>Whether instance has been authenticated or not.</p>
|
|
90
90
|
</div><aside class="tsd-sources">
|
|
91
91
|
<ul>
|
|
92
|
-
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/
|
|
92
|
+
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/b4ace2a/src/services/util/FetcherService.ts#L43">src/services/util/FetcherService.ts:43</a></li></ul></aside></section></section>
|
|
93
93
|
<section class="tsd-panel-group tsd-member-group">
|
|
94
94
|
<h2>Methods</h2>
|
|
95
95
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-protected"><a id="cacheData" class="tsd-anchor"></a>
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
</div></li></ul></div>
|
|
109
109
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
110
110
|
<ul>
|
|
111
|
-
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/
|
|
111
|
+
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/b4ace2a/src/services/util/FetcherService.ts#L119">src/services/util/FetcherService.ts:119</a></li></ul></aside></li></ul></section>
|
|
112
112
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-private"><a id="handleHTTPError" class="tsd-anchor"></a>
|
|
113
113
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>handleHTTPError</span><a href="#handleHTTPError" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
114
114
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-private">
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
</div></li></ul></div>
|
|
130
130
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosResponse</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
131
131
|
<ul>
|
|
132
|
-
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/
|
|
132
|
+
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/b4ace2a/src/services/util/FetcherService.ts#L64">src/services/util/FetcherService.ts:64</a></li></ul></aside></li></ul></section>
|
|
133
133
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-protected"><a id="readData" class="tsd-anchor"></a>
|
|
134
134
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span>read<wbr/>Data</span><a href="#readData" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
135
135
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-protected">
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
</div></li></ul></div>
|
|
149
149
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4><aside class="tsd-sources">
|
|
150
150
|
<ul>
|
|
151
|
-
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/
|
|
151
|
+
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/b4ace2a/src/services/util/FetcherService.ts#L139">src/services/util/FetcherService.ts:139</a></li></ul></aside></li></ul></section>
|
|
152
152
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-protected"><a id="request" class="tsd-anchor"></a>
|
|
153
153
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span>request</span><a href="#request" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
154
154
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-protected">
|
|
@@ -186,7 +186,7 @@ This has been done since that way it better mimics the HTTP requests made from b
|
|
|
186
186
|
</div></li></ul></div>
|
|
187
187
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">AxiosResponse</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">DataType</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
188
188
|
<ul>
|
|
189
|
-
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/
|
|
189
|
+
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/b4ace2a/src/services/util/FetcherService.ts#L88">src/services/util/FetcherService.ts:88</a></li></ul></aside></li></ul></section></section></div>
|
|
190
190
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
191
191
|
<div class="tsd-navigation settings">
|
|
192
192
|
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
package/docs/classes/Tweet.html
CHANGED
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
<ul class="tsd-hierarchy">
|
|
28
28
|
<li><a href="../interfaces/ITweet.html" class="tsd-signature-type" data-tsd-kind="Interface">ITweet</a></li></ul></section><aside class="tsd-sources">
|
|
29
29
|
<ul>
|
|
30
|
-
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/
|
|
30
|
+
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/b4ace2a/src/models/data/Tweet.ts#L64">src/models/data/Tweet.ts:64</a></li></ul></aside>
|
|
31
31
|
<section class="tsd-panel-group tsd-index-group">
|
|
32
32
|
<section class="tsd-panel tsd-index-panel">
|
|
33
33
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
</div></li></ul></div>
|
|
69
69
|
<h4 class="tsd-returns-title">Returns <a href="Tweet.html" class="tsd-signature-type" data-tsd-kind="Class">Tweet</a></h4><aside class="tsd-sources">
|
|
70
70
|
<ul>
|
|
71
|
-
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/
|
|
71
|
+
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/b4ace2a/src/models/data/Tweet.ts#L104">src/models/data/Tweet.ts:104</a></li></ul></aside></li></ul></section></section>
|
|
72
72
|
<section class="tsd-panel-group tsd-member-group">
|
|
73
73
|
<h2>Properties</h2>
|
|
74
74
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="createdAt" class="tsd-anchor"></a>
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
</div><aside class="tsd-sources">
|
|
79
79
|
<p>Implementation of <a href="../interfaces/ITweet.html">ITweet</a>.<a href="../interfaces/ITweet.html#createdAt">createdAt</a></p>
|
|
80
80
|
<ul>
|
|
81
|
-
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/
|
|
81
|
+
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/b4ace2a/src/models/data/Tweet.ts#L72">src/models/data/Tweet.ts:72</a></li></ul></aside></section>
|
|
82
82
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="entities" class="tsd-anchor"></a>
|
|
83
83
|
<h3 class="tsd-anchor-link"><span>entities</span><a href="#entities" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
84
84
|
<div class="tsd-signature">entities<span class="tsd-signature-symbol">:</span> <a href="TweetEntities.html" class="tsd-signature-type" data-tsd-kind="Class">TweetEntities</a></div>
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
</div><aside class="tsd-sources">
|
|
87
87
|
<p>Implementation of <a href="../interfaces/ITweet.html">ITweet</a>.<a href="../interfaces/ITweet.html#entities">entities</a></p>
|
|
88
88
|
<ul>
|
|
89
|
-
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/
|
|
89
|
+
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/b4ace2a/src/models/data/Tweet.ts#L75">src/models/data/Tweet.ts:75</a></li></ul></aside></section>
|
|
90
90
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="fullText" class="tsd-anchor"></a>
|
|
91
91
|
<h3 class="tsd-anchor-link"><span>full<wbr/>Text</span><a href="#fullText" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
92
92
|
<div class="tsd-signature">full<wbr/>Text<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
</div><aside class="tsd-sources">
|
|
95
95
|
<p>Implementation of <a href="../interfaces/ITweet.html">ITweet</a>.<a href="../interfaces/ITweet.html#fullText">fullText</a></p>
|
|
96
96
|
<ul>
|
|
97
|
-
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/
|
|
97
|
+
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/b4ace2a/src/models/data/Tweet.ts#L81">src/models/data/Tweet.ts:81</a></li></ul></aside></section>
|
|
98
98
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="id" class="tsd-anchor"></a>
|
|
99
99
|
<h3 class="tsd-anchor-link"><span>id</span><a href="#id" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
100
100
|
<div class="tsd-signature">id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
</div><aside class="tsd-sources">
|
|
103
103
|
<p>Implementation of <a href="../interfaces/ITweet.html">ITweet</a>.<a href="../interfaces/ITweet.html#id">id</a></p>
|
|
104
104
|
<ul>
|
|
105
|
-
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/
|
|
105
|
+
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/b4ace2a/src/models/data/Tweet.ts#L66">src/models/data/Tweet.ts:66</a></li></ul></aside></section>
|
|
106
106
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="lang" class="tsd-anchor"></a>
|
|
107
107
|
<h3 class="tsd-anchor-link"><span>lang</span><a href="#lang" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
108
108
|
<div class="tsd-signature">lang<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
</div><aside class="tsd-sources">
|
|
111
111
|
<p>Implementation of <a href="../interfaces/ITweet.html">ITweet</a>.<a href="../interfaces/ITweet.html#lang">lang</a></p>
|
|
112
112
|
<ul>
|
|
113
|
-
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/
|
|
113
|
+
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/b4ace2a/src/models/data/Tweet.ts#L87">src/models/data/Tweet.ts:87</a></li></ul></aside></section>
|
|
114
114
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="likeCount" class="tsd-anchor"></a>
|
|
115
115
|
<h3 class="tsd-anchor-link"><span>like<wbr/>Count</span><a href="#likeCount" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
116
116
|
<div class="tsd-signature">like<wbr/>Count<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
</div><aside class="tsd-sources">
|
|
119
119
|
<p>Implementation of <a href="../interfaces/ITweet.html">ITweet</a>.<a href="../interfaces/ITweet.html#likeCount">likeCount</a></p>
|
|
120
120
|
<ul>
|
|
121
|
-
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/
|
|
121
|
+
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/b4ace2a/src/models/data/Tweet.ts#L99">src/models/data/Tweet.ts:99</a></li></ul></aside></section>
|
|
122
122
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="quoteCount" class="tsd-anchor"></a>
|
|
123
123
|
<h3 class="tsd-anchor-link"><span>quote<wbr/>Count</span><a href="#quoteCount" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
124
124
|
<div class="tsd-signature">quote<wbr/>Count<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
</div><aside class="tsd-sources">
|
|
127
127
|
<p>Implementation of <a href="../interfaces/ITweet.html">ITweet</a>.<a href="../interfaces/ITweet.html#quoteCount">quoteCount</a></p>
|
|
128
128
|
<ul>
|
|
129
|
-
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/
|
|
129
|
+
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/b4ace2a/src/models/data/Tweet.ts#L90">src/models/data/Tweet.ts:90</a></li></ul></aside></section>
|
|
130
130
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="quoted" class="tsd-anchor"></a>
|
|
131
131
|
<h3 class="tsd-anchor-link"><span>quoted</span><a href="#quoted" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
132
132
|
<div class="tsd-signature">quoted<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
</div><aside class="tsd-sources">
|
|
135
135
|
<p>Implementation of <a href="../interfaces/ITweet.html">ITweet</a>.<a href="../interfaces/ITweet.html#quoted">quoted</a></p>
|
|
136
136
|
<ul>
|
|
137
|
-
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/
|
|
137
|
+
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/b4ace2a/src/models/data/Tweet.ts#L78">src/models/data/Tweet.ts:78</a></li></ul></aside></section>
|
|
138
138
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="replyCount" class="tsd-anchor"></a>
|
|
139
139
|
<h3 class="tsd-anchor-link"><span>reply<wbr/>Count</span><a href="#replyCount" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
140
140
|
<div class="tsd-signature">reply<wbr/>Count<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
</div><aside class="tsd-sources">
|
|
143
143
|
<p>Implementation of <a href="../interfaces/ITweet.html">ITweet</a>.<a href="../interfaces/ITweet.html#replyCount">replyCount</a></p>
|
|
144
144
|
<ul>
|
|
145
|
-
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/
|
|
145
|
+
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/b4ace2a/src/models/data/Tweet.ts#L93">src/models/data/Tweet.ts:93</a></li></ul></aside></section>
|
|
146
146
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="replyTo" class="tsd-anchor"></a>
|
|
147
147
|
<h3 class="tsd-anchor-link"><span>reply<wbr/>To</span><a href="#replyTo" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
148
148
|
<div class="tsd-signature">reply<wbr/>To<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
</div><aside class="tsd-sources">
|
|
151
151
|
<p>Implementation of <a href="../interfaces/ITweet.html">ITweet</a>.<a href="../interfaces/ITweet.html#replyTo">replyTo</a></p>
|
|
152
152
|
<ul>
|
|
153
|
-
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/
|
|
153
|
+
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/b4ace2a/src/models/data/Tweet.ts#L84">src/models/data/Tweet.ts:84</a></li></ul></aside></section>
|
|
154
154
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="retweetCount" class="tsd-anchor"></a>
|
|
155
155
|
<h3 class="tsd-anchor-link"><span>retweet<wbr/>Count</span><a href="#retweetCount" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
156
156
|
<div class="tsd-signature">retweet<wbr/>Count<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
</div><aside class="tsd-sources">
|
|
159
159
|
<p>Implementation of <a href="../interfaces/ITweet.html">ITweet</a>.<a href="../interfaces/ITweet.html#retweetCount">retweetCount</a></p>
|
|
160
160
|
<ul>
|
|
161
|
-
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/
|
|
161
|
+
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/b4ace2a/src/models/data/Tweet.ts#L96">src/models/data/Tweet.ts:96</a></li></ul></aside></section>
|
|
162
162
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="tweetBy" class="tsd-anchor"></a>
|
|
163
163
|
<h3 class="tsd-anchor-link"><span>tweet<wbr/>By</span><a href="#tweetBy" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
164
164
|
<div class="tsd-signature">tweet<wbr/>By<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
</div><aside class="tsd-sources">
|
|
167
167
|
<p>Implementation of <a href="../interfaces/ITweet.html">ITweet</a>.<a href="../interfaces/ITweet.html#tweetBy">tweetBy</a></p>
|
|
168
168
|
<ul>
|
|
169
|
-
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/
|
|
169
|
+
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/b4ace2a/src/models/data/Tweet.ts#L69">src/models/data/Tweet.ts:69</a></li></ul></aside></section></section></div>
|
|
170
170
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
171
171
|
<div class="tsd-navigation settings">
|
|
172
172
|
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
<ul class="tsd-hierarchy">
|
|
28
28
|
<li><a href="../interfaces/ITweetEntities.html" class="tsd-signature-type" data-tsd-kind="Interface">ITweetEntities</a></li></ul></section><aside class="tsd-sources">
|
|
29
29
|
<ul>
|
|
30
|
-
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/
|
|
30
|
+
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/b4ace2a/src/models/data/Tweet.ts#L13">src/models/data/Tweet.ts:13</a></li></ul></aside>
|
|
31
31
|
<section class="tsd-panel-group tsd-index-group">
|
|
32
32
|
<section class="tsd-panel tsd-index-panel">
|
|
33
33
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
<h5>entities: <span class="tsd-signature-type">IEntities</span></h5></li></ul></div>
|
|
59
59
|
<h4 class="tsd-returns-title">Returns <a href="TweetEntities.html" class="tsd-signature-type" data-tsd-kind="Class">TweetEntities</a></h4><aside class="tsd-sources">
|
|
60
60
|
<ul>
|
|
61
|
-
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/
|
|
61
|
+
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/b4ace2a/src/models/data/Tweet.ts#L28">src/models/data/Tweet.ts:28</a></li></ul></aside></li></ul></section></section>
|
|
62
62
|
<section class="tsd-panel-group tsd-member-group">
|
|
63
63
|
<h2>Properties</h2>
|
|
64
64
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="hashtags" class="tsd-anchor"></a>
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
</div><aside class="tsd-sources">
|
|
69
69
|
<p>Implementation of <a href="../interfaces/ITweetEntities.html">ITweetEntities</a>.<a href="../interfaces/ITweetEntities.html#hashtags">hashtags</a></p>
|
|
70
70
|
<ul>
|
|
71
|
-
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/
|
|
71
|
+
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/b4ace2a/src/models/data/Tweet.ts#L16">src/models/data/Tweet.ts:16</a></li></ul></aside></section>
|
|
72
72
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="media" class="tsd-anchor"></a>
|
|
73
73
|
<h3 class="tsd-anchor-link"><span>media</span><a href="#media" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
74
74
|
<div class="tsd-signature">media<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> = []</span></div>
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
</div><aside class="tsd-sources">
|
|
77
77
|
<p>Implementation of <a href="../interfaces/ITweetEntities.html">ITweetEntities</a>.<a href="../interfaces/ITweetEntities.html#media">media</a></p>
|
|
78
78
|
<ul>
|
|
79
|
-
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/
|
|
79
|
+
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/b4ace2a/src/models/data/Tweet.ts#L25">src/models/data/Tweet.ts:25</a></li></ul></aside></section>
|
|
80
80
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="mentionedUsers" class="tsd-anchor"></a>
|
|
81
81
|
<h3 class="tsd-anchor-link"><span>mentioned<wbr/>Users</span><a href="#mentionedUsers" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
82
82
|
<div class="tsd-signature">mentioned<wbr/>Users<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> = []</span></div>
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
</div><aside class="tsd-sources">
|
|
85
85
|
<p>Implementation of <a href="../interfaces/ITweetEntities.html">ITweetEntities</a>.<a href="../interfaces/ITweetEntities.html#mentionedUsers">mentionedUsers</a></p>
|
|
86
86
|
<ul>
|
|
87
|
-
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/
|
|
87
|
+
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/b4ace2a/src/models/data/Tweet.ts#L22">src/models/data/Tweet.ts:22</a></li></ul></aside></section>
|
|
88
88
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="urls" class="tsd-anchor"></a>
|
|
89
89
|
<h3 class="tsd-anchor-link"><span>urls</span><a href="#urls" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
90
90
|
<div class="tsd-signature">urls<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> = []</span></div>
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
</div><aside class="tsd-sources">
|
|
93
93
|
<p>Implementation of <a href="../interfaces/ITweetEntities.html">ITweetEntities</a>.<a href="../interfaces/ITweetEntities.html#urls">urls</a></p>
|
|
94
94
|
<ul>
|
|
95
|
-
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/
|
|
95
|
+
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/b4ace2a/src/models/data/Tweet.ts#L19">src/models/data/Tweet.ts:19</a></li></ul></aside></section></section></div>
|
|
96
96
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
97
97
|
<div class="tsd-navigation settings">
|
|
98
98
|
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
<ul class="tsd-hierarchy">
|
|
28
28
|
<li><a href="../interfaces/IListArgs.html" class="tsd-signature-type" data-tsd-kind="Interface">IListArgs</a></li></ul></section><aside class="tsd-sources">
|
|
29
29
|
<ul>
|
|
30
|
-
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/
|
|
30
|
+
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/b4ace2a/src/models/args/TweetListArgs.ts#L13">src/models/args/TweetListArgs.ts:13</a></li></ul></aside>
|
|
31
31
|
<section class="tsd-panel-group tsd-index-group">
|
|
32
32
|
<section class="tsd-panel tsd-index-panel">
|
|
33
33
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
</div></li></ul></div>
|
|
63
63
|
<h4 class="tsd-returns-title">Returns <a href="TweetListArgs.html" class="tsd-signature-type" data-tsd-kind="Class">TweetListArgs</a></h4><aside class="tsd-sources">
|
|
64
64
|
<ul>
|
|
65
|
-
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/
|
|
65
|
+
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/b4ace2a/src/models/args/TweetListArgs.ts#L35">src/models/args/TweetListArgs.ts:35</a></li></ul></aside></li></ul></section></section>
|
|
66
66
|
<section class="tsd-panel-group tsd-member-group">
|
|
67
67
|
<h2>Properties</h2>
|
|
68
68
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="count" class="tsd-anchor"></a>
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
</div><aside class="tsd-sources">
|
|
77
77
|
<p>Implementation of <a href="../interfaces/IListArgs.html">IListArgs</a>.<a href="../interfaces/IListArgs.html#count">count</a></p>
|
|
78
78
|
<ul>
|
|
79
|
-
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/
|
|
79
|
+
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/b4ace2a/src/models/args/TweetListArgs.ts#L24">src/models/args/TweetListArgs.ts:24</a></li></ul></aside></section>
|
|
80
80
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="cursor" class="tsd-anchor"></a>
|
|
81
81
|
<h3 class="tsd-anchor-link"><span>cursor</span><a href="#cursor" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
82
82
|
<div class="tsd-signature">cursor<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
</div><aside class="tsd-sources">
|
|
85
85
|
<p>Implementation of <a href="../interfaces/IListArgs.html">IListArgs</a>.<a href="../interfaces/IListArgs.html#cursor">cursor</a></p>
|
|
86
86
|
<ul>
|
|
87
|
-
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/
|
|
87
|
+
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/b4ace2a/src/models/args/TweetListArgs.ts#L29">src/models/args/TweetListArgs.ts:29</a></li></ul></aside></section></section></div>
|
|
88
88
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
89
89
|
<div class="tsd-navigation settings">
|
|
90
90
|
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
<ul class="tsd-hierarchy">
|
|
26
26
|
<li><span class="target">TweetService</span></li></ul></li></ul></section><aside class="tsd-sources">
|
|
27
27
|
<ul>
|
|
28
|
-
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/
|
|
28
|
+
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/b4ace2a/src/services/data/TweetService.ts#L34">src/services/data/TweetService.ts:34</a></li></ul></aside>
|
|
29
29
|
<section class="tsd-panel-group tsd-index-group">
|
|
30
30
|
<section class="tsd-panel tsd-index-panel">
|
|
31
31
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
<h4 class="tsd-returns-title">Returns <a href="TweetService.html" class="tsd-signature-type" data-tsd-kind="Class">TweetService</a></h4><aside class="tsd-sources">
|
|
68
68
|
<p>Overrides <a href="FetcherService.html">FetcherService</a>.<a href="FetcherService.html#constructor">constructor</a></p>
|
|
69
69
|
<ul>
|
|
70
|
-
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/
|
|
70
|
+
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/b4ace2a/src/services/data/TweetService.ts#L38">src/services/data/TweetService.ts:38</a></li></ul></aside></li></ul></section></section>
|
|
71
71
|
<section class="tsd-panel-group tsd-member-group">
|
|
72
72
|
<h2>Properties</h2>
|
|
73
73
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited"><a id="auth" class="tsd-anchor"></a>
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
</div><aside class="tsd-sources">
|
|
78
78
|
<p>Inherited from <a href="FetcherService.html">FetcherService</a>.<a href="FetcherService.html#auth">auth</a></p>
|
|
79
79
|
<ul>
|
|
80
|
-
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/
|
|
80
|
+
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/b4ace2a/src/services/util/FetcherService.ts#L37">src/services/util/FetcherService.ts:37</a></li></ul></aside></section>
|
|
81
81
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited"><a id="isAuthenticated" class="tsd-anchor"></a>
|
|
82
82
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span>is<wbr/>Authenticated</span><a href="#isAuthenticated" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
83
83
|
<div class="tsd-signature">is<wbr/>Authenticated<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
</div><aside class="tsd-sources">
|
|
86
86
|
<p>Inherited from <a href="FetcherService.html">FetcherService</a>.<a href="FetcherService.html#isAuthenticated">isAuthenticated</a></p>
|
|
87
87
|
<ul>
|
|
88
|
-
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/
|
|
88
|
+
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/b4ace2a/src/services/util/FetcherService.ts#L43">src/services/util/FetcherService.ts:43</a></li></ul></aside></section></section>
|
|
89
89
|
<section class="tsd-panel-group tsd-member-group">
|
|
90
90
|
<h2>Methods</h2>
|
|
91
91
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited"><a id="cacheData" class="tsd-anchor"></a>
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
106
106
|
<p>Inherited from <a href="FetcherService.html">FetcherService</a>.<a href="FetcherService.html#cacheData">cacheData</a></p>
|
|
107
107
|
<ul>
|
|
108
|
-
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/
|
|
108
|
+
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/b4ace2a/src/services/util/FetcherService.ts#L119">src/services/util/FetcherService.ts:119</a></li></ul></aside></li></ul></section>
|
|
109
109
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="getTweetDetails" class="tsd-anchor"></a>
|
|
110
110
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Tweet<wbr/>Details</span><a href="#getTweetDetails" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
111
111
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
</div></li></ul></div>
|
|
128
128
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="Tweet.html" class="tsd-signature-type" data-tsd-kind="Class">Tweet</a><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
129
129
|
<ul>
|
|
130
|
-
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/
|
|
130
|
+
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/b4ace2a/src/services/data/TweetService.ts#L91">src/services/data/TweetService.ts:91</a></li></ul></aside></li></ul></section>
|
|
131
131
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="getTweetLikers" class="tsd-anchor"></a>
|
|
132
132
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Tweet<wbr/>Likers</span><a href="#getTweetLikers" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
133
133
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
</div></li></ul></div>
|
|
160
160
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="CursoredData.html" class="tsd-signature-type" data-tsd-kind="Class">CursoredData</a><span class="tsd-signature-symbol"><</span><a href="User.html" class="tsd-signature-type" data-tsd-kind="Class">User</a><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
161
161
|
<ul>
|
|
162
|
-
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/
|
|
162
|
+
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/b4ace2a/src/services/data/TweetService.ts#L134">src/services/data/TweetService.ts:134</a></li></ul></aside></li></ul></section>
|
|
163
163
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="getTweetRetweeters" class="tsd-anchor"></a>
|
|
164
164
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Tweet<wbr/>Retweeters</span><a href="#getTweetRetweeters" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
165
165
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
</div></li></ul></div>
|
|
192
192
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="CursoredData.html" class="tsd-signature-type" data-tsd-kind="Class">CursoredData</a><span class="tsd-signature-symbol"><</span><a href="User.html" class="tsd-signature-type" data-tsd-kind="Class">User</a><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
193
193
|
<ul>
|
|
194
|
-
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/
|
|
194
|
+
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/b4ace2a/src/services/data/TweetService.ts#L172">src/services/data/TweetService.ts:172</a></li></ul></aside></li></ul></section>
|
|
195
195
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="getTweets" class="tsd-anchor"></a>
|
|
196
196
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Tweets</span><a href="#getTweets" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
197
197
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
</div></li></ul></div>
|
|
220
220
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="CursoredData.html" class="tsd-signature-type" data-tsd-kind="Class">CursoredData</a><span class="tsd-signature-symbol"><</span><a href="Tweet.html" class="tsd-signature-type" data-tsd-kind="Class">Tweet</a><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
221
221
|
<ul>
|
|
222
|
-
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/
|
|
222
|
+
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/b4ace2a/src/services/data/TweetService.ts#L52">src/services/data/TweetService.ts:52</a></li></ul></aside></li></ul></section>
|
|
223
223
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited"><a id="readData" class="tsd-anchor"></a>
|
|
224
224
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span>read<wbr/>Data</span><a href="#readData" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
225
225
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited">
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4><aside class="tsd-sources">
|
|
240
240
|
<p>Inherited from <a href="FetcherService.html">FetcherService</a>.<a href="FetcherService.html#readData">readData</a></p>
|
|
241
241
|
<ul>
|
|
242
|
-
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/
|
|
242
|
+
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/b4ace2a/src/services/util/FetcherService.ts#L139">src/services/util/FetcherService.ts:139</a></li></ul></aside></li></ul></section>
|
|
243
243
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited"><a id="request" class="tsd-anchor"></a>
|
|
244
244
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span>request</span><a href="#request" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
245
245
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited">
|
|
@@ -278,7 +278,7 @@ This has been done since that way it better mimics the HTTP requests made from b
|
|
|
278
278
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">AxiosResponse</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">DataType</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
279
279
|
<p>Inherited from <a href="FetcherService.html">FetcherService</a>.<a href="FetcherService.html#request">request</a></p>
|
|
280
280
|
<ul>
|
|
281
|
-
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/
|
|
281
|
+
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/b4ace2a/src/services/util/FetcherService.ts#L88">src/services/util/FetcherService.ts:88</a></li></ul></aside></li></ul></section></section></div>
|
|
282
282
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
283
283
|
<div class="tsd-navigation settings">
|
|
284
284
|
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|