@book000/twitterts
Preparing search index...
BaseParser
Class BaseParser<T>
Abstract
パーサーの基底クラス
Type Parameters
T
extends
GraphQLGETEndpoint
Hierarchy (
View Summary
)
BaseParser
HomeTimelineParser
SearchTimelineParser
UserTweetsParser
Index
Constructors
constructor
Properties
response
Constructors
constructor
new
BaseParser
<
T
extends
GraphQLGETEndpoint
>
(
response
:
GraphQLGETEndPointResponseType
<
T
>
,
)
:
BaseParser
<
T
>
Type Parameters
T
extends
GraphQLGETEndpoint
Parameters
response
:
GraphQLGETEndPointResponseType
<
T
>
パースしたいエンドポイントのレスポンス
Returns
BaseParser
<
T
>
Properties
Protected
Readonly
response
response
:
GraphQLGETEndPointResponseType
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
response
@book000/twitterts
Loading...
パーサーの基底クラス