Abstract
The constructor.
the access token.
the id of the hashtag.
the id of the user making the request.
Rest
...fields: HashtagMediaField[]the fields to retrieve from the API. If no field is specified, all are retrieved.
Protected
Optional
apiThe API Version.
Protected
hashtagThe id of the hashtag.
Protected
paramsThe request params.
the page option token to create the param.
Builds the config of the request.
the request config.
Executes the requests and returns a promise of the parsed response.
the promise of a parsed response.
Protected
methodProtected
parseParses the response into a response object.
the parsed response.
Protected
urlSets the API version that the request will use.
this request, for use in chain invocation.
the API version to use.
Adds the limit param to the request.
this request, for use in chain invocation.
the number of objects to retrieve.
Adds a paging param to the request.
this request, for use in chain invocation.
the page option token to create the param.
Adds the range params to the request.
this request, for use in chain invocation.
the since param.
the until param.
Generated using TypeDoc
A request that gets information about the media of an hashtag.
Author
Tiago Grosso tiagogrosso99@gmail.com
Since
0.5.0