![]() |
CoreTweet
2.0.0-beta.2
Yet another .NET Twitter Library
|
Provides a set of methods for the wrapper of GET trends. More...
Public Member Functions | |
ListedResponse< TrendLocation > | Available (params Expression< Func< string, object >>[] parameters) |
ListedResponse< TrendLocation > | Available (IDictionary< string, object > parameters) |
ListedResponse< TrendLocation > | Available (object parameters) |
ListedResponse< TrendLocation > | Available () |
Task< ListedResponse< TrendLocation > > | AvailableAsync (params Expression< Func< string, object >>[] parameters) |
Task< ListedResponse< TrendLocation > > | AvailableAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< ListedResponse< TrendLocation > > | AvailableAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< ListedResponse< TrendLocation > > | AvailableAsync (CancellationToken cancellationToken=default(CancellationToken)) |
ListedResponse< TrendLocation > | Closest (params Expression< Func< string, object >>[] parameters) |
ListedResponse< TrendLocation > | Closest (IDictionary< string, object > parameters) |
ListedResponse< TrendLocation > | Closest (object parameters) |
ListedResponse< TrendLocation > | Closest (double lat, double @long) |
Task< ListedResponse< TrendLocation > > | ClosestAsync (params Expression< Func< string, object >>[] parameters) |
Task< ListedResponse< TrendLocation > > | ClosestAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< ListedResponse< TrendLocation > > | ClosestAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< ListedResponse< TrendLocation > > | ClosestAsync (double lat, double @long, CancellationToken cancellationToken=default(CancellationToken)) |
ListedResponse< TrendsResult > | Place (params Expression< Func< string, object >>[] parameters) |
ListedResponse< TrendsResult > | Place (IDictionary< string, object > parameters) |
ListedResponse< TrendsResult > | Place (object parameters) |
ListedResponse< TrendsResult > | Place (long id, string exclude=null) |
Task< ListedResponse< TrendsResult > > | PlaceAsync (params Expression< Func< string, object >>[] parameters) |
Task< ListedResponse< TrendsResult > > | PlaceAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< ListedResponse< TrendsResult > > | PlaceAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< ListedResponse< TrendsResult > > | PlaceAsync (long id, string exclude=null, CancellationToken cancellationToken=default(CancellationToken)) |
Additional Inherited Members | |
![]() | |
TokensBase | IncludedTokens => this.Tokens |
Gets the tokens being used in this instance. More... | |
![]() | |
TokensBase | Tokens [get, set] |
Gets or sets the OAuth tokens. More... | |
Provides a set of methods for the wrapper of GET trends.
|
inline |
Returns the locations that Twitter has trending topic information for.
|
inline |
Returns the locations that Twitter has trending topic information for.
Available parameters: Nothing.
parameters | The parameters. |
|
inline |
Returns the locations that Twitter has trending topic information for.
Available parameters: Nothing.
parameters | The parameters. |
|
inline |
Returns the locations that Twitter has trending topic information for.
Available parameters: Nothing.
parameters | The parameters. |
|
inline |
Returns the locations that Twitter has trending topic information for.
cancellationToken | The cancellation token. |
|
inline |
Returns the locations that Twitter has trending topic information for.
Available parameters: Nothing.
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns the locations that Twitter has trending topic information for.
Available parameters: Nothing.
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns the locations that Twitter has trending topic information for.
Available parameters: Nothing.
parameters | The parameters. |
|
inline |
Returns the locations that Twitter has trending topic information for, closest to a specified location.
lat | required. |
long | required. |
|
inline |
Returns the locations that Twitter has trending topic information for, closest to a specified location.
Available parameters:
- double
lat (required)
- double
long (required)
parameters | The parameters. |
|
inline |
Returns the locations that Twitter has trending topic information for, closest to a specified location.
Available parameters:
- double
lat (required)
- double
long (required)
parameters | The parameters. |
|
inline |
Returns the locations that Twitter has trending topic information for, closest to a specified location.
Available parameters:
- double
lat (required)
- double
long (required)
parameters | The parameters. |
|
inline |
Returns the locations that Twitter has trending topic information for, closest to a specified location.
lat | required. |
long | required. |
cancellationToken | The cancellation token. |
|
inline |
Returns the locations that Twitter has trending topic information for, closest to a specified location.
Available parameters:
- double
lat (required)
- double
long (required)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns the locations that Twitter has trending topic information for, closest to a specified location.
Available parameters:
- double
lat (required)
- double
long (required)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns the locations that Twitter has trending topic information for, closest to a specified location.
Available parameters:
- double
lat (required)
- double
long (required)
parameters | The parameters. |
|
inline |
Returns the top 10 trending topics for a specific id, if trending information is available for it.
Available parameters:
- long
id (required)
- string
exclude (optional)
parameters | The parameters. |
|
inline |
Returns the top 10 trending topics for a specific id, if trending information is available for it.
id | required. |
exclude | optional. |
|
inline |
Returns the top 10 trending topics for a specific id, if trending information is available for it.
Available parameters:
- long
id (required)
- string
exclude (optional)
parameters | The parameters. |
|
inline |
Returns the top 10 trending topics for a specific id, if trending information is available for it.
Available parameters:
- long
id (required)
- string
exclude (optional)
parameters | The parameters. |
|
inline |
Returns the top 10 trending topics for a specific id, if trending information is available for it.
Available parameters:
- long
id (required)
- string
exclude (optional)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns the top 10 trending topics for a specific id, if trending information is available for it.
id | required. |
exclude | optional. |
cancellationToken | The cancellation token. |
|
inline |
Returns the top 10 trending topics for a specific id, if trending information is available for it.
Available parameters:
- long
id (required)
- string
exclude (optional)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns the top 10 trending topics for a specific id, if trending information is available for it.
Available parameters:
- long
id (required)
- string
exclude (optional)
parameters | The parameters. |