rettiwt-api 1.3.0 → 1.4.0
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/.github/workflows/{build-docs.yml → documentation.yml} +2 -3
- package/.github/workflows/{publish-to-npm.yml → publish.yml} +4 -9
- package/dist/graphql/queries/RootQuery.js +6 -1
- package/dist/graphql/queries/RootQuery.js.map +1 -1
- package/dist/graphql/resolvers/TweetResolver.js +2 -12
- package/dist/graphql/resolvers/TweetResolver.js.map +1 -1
- package/dist/graphql/types/UserTypes.js.map +1 -1
- package/dist/services/data/TweetService.js +2 -3
- package/dist/services/data/TweetService.js.map +1 -1
- 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/TweetFilter.html +24 -14
- 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/ITweetFilter.html +2 -2
- package/docs/interfaces/IUser.html +15 -15
- package/package.json +2 -2
- package/src/graphql/queries/RootQuery.ts +7 -1
- package/src/graphql/resolvers/TweetResolver.ts +1 -13
- package/src/graphql/types/UserTypes.ts +0 -1
- package/src/services/data/TweetService.ts +1 -2
- package/src/services/helper/Headers.ts +14 -14
|
@@ -26,7 +26,7 @@ This is done so that all the data is cached in a single instance, which makes sh
|
|
|
26
26
|
<ul class="tsd-hierarchy">
|
|
27
27
|
<li><span class="target">CacheService</span></li></ul></section><aside class="tsd-sources">
|
|
28
28
|
<ul>
|
|
29
|
-
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/
|
|
29
|
+
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/0cfe25d/src/services/util/CacheService.ts#L15">src/services/util/CacheService.ts:15</a></li></ul></aside>
|
|
30
30
|
<section class="tsd-panel-group tsd-index-group">
|
|
31
31
|
<section class="tsd-panel tsd-index-panel">
|
|
32
32
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -56,19 +56,19 @@ This is done so that all the data is cached in a single instance, which makes sh
|
|
|
56
56
|
<li class="tsd-description">
|
|
57
57
|
<h4 class="tsd-returns-title">Returns <a href="CacheService.html" class="tsd-signature-type" data-tsd-kind="Class">CacheService</a></h4><aside class="tsd-sources">
|
|
58
58
|
<ul>
|
|
59
|
-
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/
|
|
59
|
+
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/0cfe25d/src/services/util/CacheService.ts#L21">src/services/util/CacheService.ts:21</a></li></ul></aside></li></ul></section></section>
|
|
60
60
|
<section class="tsd-panel-group tsd-member-group">
|
|
61
61
|
<h2>Properties</h2>
|
|
62
62
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-private"><a id="client" class="tsd-anchor"></a>
|
|
63
63
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>client</span><a href="#client" 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>
|
|
64
64
|
<div class="tsd-signature">client<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">NodeCache</span></div><aside class="tsd-sources">
|
|
65
65
|
<ul>
|
|
66
|
-
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/
|
|
66
|
+
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/0cfe25d/src/services/util/CacheService.ts#L18">src/services/util/CacheService.ts:18</a></li></ul></aside></section>
|
|
67
67
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-private"><a id="instance" class="tsd-anchor"></a>
|
|
68
68
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <code class="tsd-tag ts-flagPrivate">Private</code> <span>instance</span><a href="#instance" 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>
|
|
69
69
|
<div class="tsd-signature">instance<span class="tsd-signature-symbol">:</span> <a href="CacheService.html" class="tsd-signature-type" data-tsd-kind="Class">CacheService</a></div><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/0cfe25d/src/services/util/CacheService.ts#L17">src/services/util/CacheService.ts:17</a></li></ul></aside></section></section>
|
|
72
72
|
<section class="tsd-panel-group tsd-member-group">
|
|
73
73
|
<h2>Methods</h2>
|
|
74
74
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="read" class="tsd-anchor"></a>
|
|
@@ -88,7 +88,7 @@ This is done so that all the data is cached in a single instance, which makes sh
|
|
|
88
88
|
</div></li></ul></div>
|
|
89
89
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4><aside class="tsd-sources">
|
|
90
90
|
<ul>
|
|
91
|
-
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/
|
|
91
|
+
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/0cfe25d/src/services/util/CacheService.ts#L70">src/services/util/CacheService.ts:70</a></li></ul></aside></li></ul></section>
|
|
92
92
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="write" class="tsd-anchor"></a>
|
|
93
93
|
<h3 class="tsd-anchor-link"><span>write</span><a href="#write" 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>
|
|
94
94
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -109,7 +109,7 @@ This is done so that all the data is cached in a single instance, which makes sh
|
|
|
109
109
|
</div></li></ul></div>
|
|
110
110
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
111
111
|
<ul>
|
|
112
|
-
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/
|
|
112
|
+
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/0cfe25d/src/services/util/CacheService.ts#L48">src/services/util/CacheService.ts:48</a></li></ul></aside></li></ul></section>
|
|
113
113
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="getInstance" class="tsd-anchor"></a>
|
|
114
114
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <span>get<wbr/>Instance</span><a href="#getInstance" 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>
|
|
115
115
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -120,7 +120,7 @@ This is done so that all the data is cached in a single instance, which makes sh
|
|
|
120
120
|
</div>
|
|
121
121
|
<h4 class="tsd-returns-title">Returns <a href="CacheService.html" class="tsd-signature-type" data-tsd-kind="Class">CacheService</a></h4><aside class="tsd-sources">
|
|
122
122
|
<ul>
|
|
123
|
-
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/
|
|
123
|
+
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/0cfe25d/src/services/util/CacheService.ts#L29">src/services/util/CacheService.ts:29</a></li></ul></aside></li></ul></section></section></div>
|
|
124
124
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
125
125
|
<div class="tsd-navigation settings">
|
|
126
126
|
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
package/docs/classes/Cursor.html
CHANGED
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
<ul class="tsd-hierarchy">
|
|
28
28
|
<li><a href="../interfaces/ICursor.html" class="tsd-signature-type" data-tsd-kind="Interface">ICursor</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/0cfe25d/src/models/data/CursoredData.ts#L9">src/models/data/CursoredData.ts:9</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">
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
</div></li></ul></div>
|
|
60
60
|
<h4 class="tsd-returns-title">Returns <a href="Cursor.html" class="tsd-signature-type" data-tsd-kind="Class">Cursor</a></h4><aside class="tsd-sources">
|
|
61
61
|
<ul>
|
|
62
|
-
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/
|
|
62
|
+
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/0cfe25d/src/models/data/CursoredData.ts#L18">src/models/data/CursoredData.ts:18</a></li></ul></aside></li></ul></section></section>
|
|
63
63
|
<section class="tsd-panel-group tsd-member-group">
|
|
64
64
|
<h2>Properties</h2>
|
|
65
65
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="value" class="tsd-anchor"></a>
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
</div><aside class="tsd-sources">
|
|
70
70
|
<p>Implementation of <a href="../interfaces/ICursor.html">ICursor</a>.<a href="../interfaces/ICursor.html#value">value</a></p>
|
|
71
71
|
<ul>
|
|
72
|
-
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/
|
|
72
|
+
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/0cfe25d/src/models/data/CursoredData.ts#L11">src/models/data/CursoredData.ts:11</a></li></ul></aside></section></section></div>
|
|
73
73
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
74
74
|
<div class="tsd-navigation settings">
|
|
75
75
|
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
<ul class="tsd-hierarchy">
|
|
35
35
|
<li><a href="../interfaces/ICursoredData.html" class="tsd-signature-type" data-tsd-kind="Interface">ICursoredData</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol">></span></li></ul></section><aside class="tsd-sources">
|
|
36
36
|
<ul>
|
|
37
|
-
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/
|
|
37
|
+
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/0cfe25d/src/models/data/CursoredData.ts#L30">src/models/data/CursoredData.ts:30</a></li></ul></aside>
|
|
38
38
|
<section class="tsd-panel-group tsd-index-group">
|
|
39
39
|
<section class="tsd-panel tsd-index-panel">
|
|
40
40
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
</div></li></ul></div>
|
|
75
75
|
<h4 class="tsd-returns-title">Returns <a href="CursoredData.html" class="tsd-signature-type" data-tsd-kind="Class">CursoredData</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
76
76
|
<ul>
|
|
77
|
-
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/
|
|
77
|
+
<li>Defined in <a href="https://github.com/Rishikant181/Rettiwt-API/blob/0cfe25d/src/models/data/CursoredData.ts#L41">src/models/data/CursoredData.ts:41</a></li></ul></aside></li></ul></section></section>
|
|
78
78
|
<section class="tsd-panel-group tsd-member-group">
|
|
79
79
|
<h2>Properties</h2>
|
|
80
80
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="list" class="tsd-anchor"></a>
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
</div><aside class="tsd-sources">
|
|
85
85
|
<p>Implementation of <a href="../interfaces/ICursoredData.html">ICursoredData</a>.<a href="../interfaces/ICursoredData.html#list">list</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/0cfe25d/src/models/data/CursoredData.ts#L32">src/models/data/CursoredData.ts:32</a></li></ul></aside></section>
|
|
88
88
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="next" class="tsd-anchor"></a>
|
|
89
89
|
<h3 class="tsd-anchor-link"><span>next</span><a href="#next" 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">next<span class="tsd-signature-symbol">:</span> <a href="Cursor.html" class="tsd-signature-type" data-tsd-kind="Class">Cursor</a></div>
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
</div><aside class="tsd-sources">
|
|
93
93
|
<p>Implementation of <a href="../interfaces/ICursoredData.html">ICursoredData</a>.<a href="../interfaces/ICursoredData.html#next">next</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/0cfe25d/src/models/data/CursoredData.ts#L35">src/models/data/CursoredData.ts:35</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
|
<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/0cfe25d/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/0cfe25d/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/0cfe25d/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/0cfe25d/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/0cfe25d/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/0cfe25d/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/0cfe25d/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/0cfe25d/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/0cfe25d/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/0cfe25d/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/0cfe25d/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/0cfe25d/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/0cfe25d/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/0cfe25d/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/0cfe25d/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/0cfe25d/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/0cfe25d/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/0cfe25d/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/0cfe25d/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/0cfe25d/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/0cfe25d/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/0cfe25d/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/0cfe25d/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/0cfe25d/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/0cfe25d/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/0cfe25d/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/0cfe25d/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/0cfe25d/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/0cfe25d/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">
|
|
@@ -49,6 +49,7 @@
|
|
|
49
49
|
<a href="TweetFilter.html#startDate" class="tsd-index-link tsd-kind-property tsd-parent-kind-class tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>start<wbr/>Date?</span></a>
|
|
50
50
|
<a href="TweetFilter.html#toUsers" class="tsd-index-link tsd-kind-property tsd-parent-kind-class tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>to<wbr/>Users?</span></a>
|
|
51
51
|
<a href="TweetFilter.html#words" class="tsd-index-link tsd-kind-property tsd-parent-kind-class tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>words?</span></a>
|
|
52
|
+
<a href="TweetFilter.html#dateToTwitterString" class="tsd-index-link tsd-kind-property tsd-parent-kind-class tsd-is-private tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>date<wbr/>To<wbr/>Twitter<wbr/>String</span></a>
|
|
52
53
|
</div></section>
|
|
53
54
|
<section class="tsd-index-section">
|
|
54
55
|
<h3 class="tsd-index-heading">Methods</h3>
|
|
@@ -70,19 +71,17 @@
|
|
|
70
71
|
</div></li></ul></div>
|
|
71
72
|
<h4 class="tsd-returns-title">Returns <a href="TweetFilter.html" class="tsd-signature-type" data-tsd-kind="Class">TweetFilter</a></h4><aside class="tsd-sources">
|
|
72
73
|
<ul>
|
|
73
|
-
<li>Defined in node_modules/rettiwt-core/dist/models/payloads/TweetFilter.d.ts:
|
|
74
|
+
<li>Defined in node_modules/rettiwt-core/dist/models/payloads/TweetFilter.d.ts:50</li></ul></aside></li></ul></section></section>
|
|
74
75
|
<section class="tsd-panel-group tsd-member-group">
|
|
75
76
|
<h2>Properties</h2>
|
|
76
77
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-external"><a id="endDate" class="tsd-anchor"></a>
|
|
77
78
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>end<wbr/>Date</span><a href="#endDate" 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>
|
|
78
|
-
<div class="tsd-signature">end<wbr/>Date<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">
|
|
79
|
+
<div class="tsd-signature">end<wbr/>Date<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">Date</span></div>
|
|
79
80
|
<div class="tsd-comment tsd-typography"><p>The date upto which tweets are to be searched.</p>
|
|
80
|
-
|
|
81
|
-
<h3>Remarks</h3><p>Must be in the format YYYY-MM-DD.</p>
|
|
82
81
|
</div><aside class="tsd-sources">
|
|
83
82
|
<p>Implementation of <a href="../interfaces/ITweetFilter.html">ITweetFilter</a>.<a href="../interfaces/ITweetFilter.html#endDate">endDate</a></p>
|
|
84
83
|
<ul>
|
|
85
|
-
<li>Defined in node_modules/rettiwt-core/dist/models/payloads/TweetFilter.d.ts:
|
|
84
|
+
<li>Defined in node_modules/rettiwt-core/dist/models/payloads/TweetFilter.d.ts:37</li></ul></aside></section>
|
|
86
85
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-external"><a id="fromUsers" class="tsd-anchor"></a>
|
|
87
86
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>from<wbr/>Users</span><a href="#fromUsers" 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
87
|
<div class="tsd-signature">from<wbr/>Users<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></div>
|
|
@@ -112,7 +111,7 @@
|
|
|
112
111
|
</div><aside class="tsd-sources">
|
|
113
112
|
<p>Implementation of <a href="../interfaces/ITweetFilter.html">ITweetFilter</a>.<a href="../interfaces/ITweetFilter.html#links">links</a></p>
|
|
114
113
|
<ul>
|
|
115
|
-
<li>Defined in node_modules/rettiwt-core/dist/models/payloads/TweetFilter.d.ts:
|
|
114
|
+
<li>Defined in node_modules/rettiwt-core/dist/models/payloads/TweetFilter.d.ts:46</li></ul></aside></section>
|
|
116
115
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-external"><a id="mentions" class="tsd-anchor"></a>
|
|
117
116
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>mentions</span><a href="#mentions" 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>
|
|
118
117
|
<div class="tsd-signature">mentions<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></div>
|
|
@@ -130,7 +129,7 @@
|
|
|
130
129
|
</div><aside class="tsd-sources">
|
|
131
130
|
<p>Implementation of <a href="../interfaces/ITweetFilter.html">ITweetFilter</a>.<a href="../interfaces/ITweetFilter.html#quoted">quoted</a></p>
|
|
132
131
|
<ul>
|
|
133
|
-
<li>Defined in node_modules/rettiwt-core/dist/models/payloads/TweetFilter.d.ts:
|
|
132
|
+
<li>Defined in node_modules/rettiwt-core/dist/models/payloads/TweetFilter.d.ts:41</li></ul></aside></section>
|
|
134
133
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-external"><a id="sinceId" class="tsd-anchor"></a>
|
|
135
134
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>since<wbr/>Id</span><a href="#sinceId" 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>
|
|
136
135
|
<div class="tsd-signature">since<wbr/>Id<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div>
|
|
@@ -138,17 +137,15 @@
|
|
|
138
137
|
</div><aside class="tsd-sources">
|
|
139
138
|
<p>Implementation of <a href="../interfaces/ITweetFilter.html">ITweetFilter</a>.<a href="../interfaces/ITweetFilter.html#sinceId">sinceId</a></p>
|
|
140
139
|
<ul>
|
|
141
|
-
<li>Defined in node_modules/rettiwt-core/dist/models/payloads/TweetFilter.d.ts:
|
|
140
|
+
<li>Defined in node_modules/rettiwt-core/dist/models/payloads/TweetFilter.d.ts:39</li></ul></aside></section>
|
|
142
141
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-external"><a id="startDate" class="tsd-anchor"></a>
|
|
143
142
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>start<wbr/>Date</span><a href="#startDate" 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>
|
|
144
|
-
<div class="tsd-signature">start<wbr/>Date<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">
|
|
143
|
+
<div class="tsd-signature">start<wbr/>Date<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">Date</span></div>
|
|
145
144
|
<div class="tsd-comment tsd-typography"><p>The date starting from which tweets are to be searched.</p>
|
|
146
|
-
|
|
147
|
-
<h3>Remarks</h3><p>Must be in the format YYYY-MM-DD.</p>
|
|
148
145
|
</div><aside class="tsd-sources">
|
|
149
146
|
<p>Implementation of <a href="../interfaces/ITweetFilter.html">ITweetFilter</a>.<a href="../interfaces/ITweetFilter.html#startDate">startDate</a></p>
|
|
150
147
|
<ul>
|
|
151
|
-
<li>Defined in node_modules/rettiwt-core/dist/models/payloads/TweetFilter.d.ts:
|
|
148
|
+
<li>Defined in node_modules/rettiwt-core/dist/models/payloads/TweetFilter.d.ts:35</li></ul></aside></section>
|
|
152
149
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-external"><a id="toUsers" class="tsd-anchor"></a>
|
|
153
150
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>to<wbr/>Users</span><a href="#toUsers" 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
151
|
<div class="tsd-signature">to<wbr/>Users<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></div>
|
|
@@ -166,7 +163,19 @@
|
|
|
166
163
|
</div><aside class="tsd-sources">
|
|
167
164
|
<p>Implementation of <a href="../interfaces/ITweetFilter.html">ITweetFilter</a>.<a href="../interfaces/ITweetFilter.html#words">words</a></p>
|
|
168
165
|
<ul>
|
|
169
|
-
<li>Defined in node_modules/rettiwt-core/dist/models/payloads/TweetFilter.d.ts:9</li></ul></aside></section
|
|
166
|
+
<li>Defined in node_modules/rettiwt-core/dist/models/payloads/TweetFilter.d.ts:9</li></ul></aside></section>
|
|
167
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-private tsd-is-external"><a id="dateToTwitterString" class="tsd-anchor"></a>
|
|
168
|
+
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <code class="tsd-tag ts-flagPrivate">Private</code> <span>date<wbr/>To<wbr/>Twitter<wbr/>String</span><a href="#dateToTwitterString" 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>
|
|
169
|
+
<div class="tsd-signature">date<wbr/>To<wbr/>Twitter<wbr/>String<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span></div>
|
|
170
|
+
<div class="tsd-comment tsd-typography"><p>Convert Date object to Twitter string representation.
|
|
171
|
+
eg - 2023-06-23_11:21:06_UTC</p>
|
|
172
|
+
|
|
173
|
+
<h3>Param</h3><p>The date object to convert.</p>
|
|
174
|
+
|
|
175
|
+
<h3>Returns</h3><p>The Twitter string representation of the date.</p>
|
|
176
|
+
</div><aside class="tsd-sources">
|
|
177
|
+
<ul>
|
|
178
|
+
<li>Defined in node_modules/rettiwt-core/dist/models/payloads/TweetFilter.d.ts:64</li></ul></aside></section></section>
|
|
170
179
|
<section class="tsd-panel-group tsd-member-group">
|
|
171
180
|
<h2>Methods</h2>
|
|
172
181
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-external"><a id="toString" class="tsd-anchor"></a>
|
|
@@ -180,7 +189,7 @@
|
|
|
180
189
|
</div>
|
|
181
190
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
|
|
182
191
|
<ul>
|
|
183
|
-
<li>Defined in node_modules/rettiwt-core/dist/models/payloads/TweetFilter.d.ts:
|
|
192
|
+
<li>Defined in node_modules/rettiwt-core/dist/models/payloads/TweetFilter.d.ts:56</li></ul></aside></li></ul></section></section></div>
|
|
184
193
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
185
194
|
<div class="tsd-navigation settings">
|
|
186
195
|
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
@@ -217,6 +226,7 @@
|
|
|
217
226
|
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-external"><a href="TweetFilter.html#startDate" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>start<wbr/>Date?</a></li>
|
|
218
227
|
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-external"><a href="TweetFilter.html#toUsers" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>to<wbr/>Users?</a></li>
|
|
219
228
|
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-external"><a href="TweetFilter.html#words" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>words?</a></li>
|
|
229
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private tsd-is-external"><a href="TweetFilter.html#dateToTwitterString" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>date<wbr/>To<wbr/>Twitter<wbr/>String</a></li>
|
|
220
230
|
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-external"><a href="TweetFilter.html#toString" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>to<wbr/>String</a></li></ul></li></ul></nav></div></div>
|
|
221
231
|
<div class="container tsd-generator">
|
|
222
232
|
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div>
|