CoreTweet
2.0.0-beta.2
Yet another .NET Twitter Library
|
Provides a set of methods for using a dev environment of Premium Account Activity API. More...
Public Member Functions | |
AccountActivityEnvironment (TokensBase e, string env_name) | |
Webhook | PostWebhooks (params Expression< Func< string, object >>[] parameters) |
Webhook | PostWebhooks (IDictionary< string, object > parameters) |
Webhook | PostWebhooks (object parameters) |
Webhook | PostWebhooks (string url) |
Task< Webhook > | PostWebhooksAsync (params Expression< Func< string, object >>[] parameters) |
Task< Webhook > | PostWebhooksAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< Webhook > | PostWebhooksAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< Webhook > | PostWebhooksAsync (string url, CancellationToken cancellationToken=default(CancellationToken)) |
ListedResponse< Webhook > | GetWebhooks (params Expression< Func< string, object >>[] parameters) |
ListedResponse< Webhook > | GetWebhooks (IDictionary< string, object > parameters) |
ListedResponse< Webhook > | GetWebhooks (object parameters) |
ListedResponse< Webhook > | GetWebhooks () |
Task< ListedResponse< Webhook > > | GetWebhooksAsync (params Expression< Func< string, object >>[] parameters) |
Task< ListedResponse< Webhook > > | GetWebhooksAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< ListedResponse< Webhook > > | GetWebhooksAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< ListedResponse< Webhook > > | GetWebhooksAsync (CancellationToken cancellationToken=default(CancellationToken)) |
void | PutWebhooks (params Expression< Func< string, object >>[] parameters) |
void | PutWebhooks (IDictionary< string, object > parameters) |
void | PutWebhooks (object parameters) |
void | PutWebhooks (string webhook_id) |
Task | PutWebhooksAsync (params Expression< Func< string, object >>[] parameters) |
Task | PutWebhooksAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task | PutWebhooksAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task | PutWebhooksAsync (string webhook_id, CancellationToken cancellationToken=default(CancellationToken)) |
void | DeleteWebhooks (params Expression< Func< string, object >>[] parameters) |
void | DeleteWebhooks (IDictionary< string, object > parameters) |
void | DeleteWebhooks (object parameters) |
void | DeleteWebhooks (string webhook_id) |
Task | DeleteWebhooksAsync (params Expression< Func< string, object >>[] parameters) |
Task | DeleteWebhooksAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task | DeleteWebhooksAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task | DeleteWebhooksAsync (string webhook_id, CancellationToken cancellationToken=default(CancellationToken)) |
void | PostSubscriptions (params Expression< Func< string, object >>[] parameters) |
void | PostSubscriptions (IDictionary< string, object > parameters) |
void | PostSubscriptions (object parameters) |
void | PostSubscriptions () |
Task | PostSubscriptionsAsync (params Expression< Func< string, object >>[] parameters) |
Task | PostSubscriptionsAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task | PostSubscriptionsAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task | PostSubscriptionsAsync (CancellationToken cancellationToken=default(CancellationToken)) |
void | GetSubscriptions (params Expression< Func< string, object >>[] parameters) |
void | GetSubscriptions (IDictionary< string, object > parameters) |
void | GetSubscriptions (object parameters) |
void | GetSubscriptions () |
Task | GetSubscriptionsAsync (params Expression< Func< string, object >>[] parameters) |
Task | GetSubscriptionsAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task | GetSubscriptionsAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task | GetSubscriptionsAsync (CancellationToken cancellationToken=default(CancellationToken)) |
void | DeleteSubscriptions (params Expression< Func< string, object >>[] parameters) |
void | DeleteSubscriptions (IDictionary< string, object > parameters) |
void | DeleteSubscriptions (object parameters) |
void | DeleteSubscriptions () |
Task | DeleteSubscriptionsAsync (params Expression< Func< string, object >>[] parameters) |
Task | DeleteSubscriptionsAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task | DeleteSubscriptionsAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task | DeleteSubscriptionsAsync (CancellationToken cancellationToken=default(CancellationToken)) |
SubscriptionsList | SubscriptionsList (params Expression< Func< string, object >>[] parameters) |
SubscriptionsList | SubscriptionsList (IDictionary< string, object > parameters) |
SubscriptionsList | SubscriptionsList (object parameters) |
SubscriptionsList | SubscriptionsList () |
Task< SubscriptionsList > | SubscriptionsListAsync (params Expression< Func< string, object >>[] parameters) |
Task< SubscriptionsList > | SubscriptionsListAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< SubscriptionsList > | SubscriptionsListAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< SubscriptionsList > | SubscriptionsListAsync (CancellationToken cancellationToken=default(CancellationToken)) |
Properties | |
string | EnvName [get, set] |
Gets or sets the the name of a dev environment. More... | |
Properties inherited from CoreTweet.Core.ApiProviderBase | |
TokensBase | Tokens [get, set] |
Gets or sets the OAuth tokens. More... | |
Additional Inherited Members | |
Public Attributes inherited from CoreTweet.Core.ApiProviderBase | |
TokensBase | IncludedTokens => this.Tokens |
Gets the tokens being used in this instance. More... | |
Provides a set of methods for using a dev environment of Premium Account Activity API.
|
inline |
|
inline |
Deactivates subscription(s) for the provided user context and application for all activities.
|
inline |
Deactivates subscription(s) for the provided user context and application for all activities.
Available parameters: Nothing.
parameters | The parameters. |
|
inline |
Deactivates subscription(s) for the provided user context and application for all activities.
Available parameters: Nothing.
parameters | The parameters. |
|
inline |
Deactivates subscription(s) for the provided user context and application for all activities.
Available parameters: Nothing.
parameters | The parameters. |
|
inline |
Deactivates subscription(s) for the provided user context and application for all activities.
cancellationToken | The cancellation token. |
|
inline |
Deactivates subscription(s) for the provided user context and application for all activities.
Available parameters: Nothing.
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Deactivates subscription(s) for the provided user context and application for all activities.
Available parameters: Nothing.
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Deactivates subscription(s) for the provided user context and application for all activities.
Available parameters: Nothing.
parameters | The parameters. |
|
inline |
Removes the webhook from the provided application’s all activities configuration.
Available parameters:
- string
webhook_id (required)
parameters | The parameters. |
|
inline |
Removes the webhook from the provided application’s all activities configuration.
Available parameters:
- string
webhook_id (required)
parameters | The parameters. |
|
inline |
Removes the webhook from the provided application’s all activities configuration.
Available parameters:
- string
webhook_id (required)
parameters | The parameters. |
|
inline |
Removes the webhook from the provided application’s all activities configuration.
webhook_id | required. |
|
inline |
Removes the webhook from the provided application’s all activities configuration.
Available parameters:
- string
webhook_id (required)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Removes the webhook from the provided application’s all activities configuration.
Available parameters:
- string
webhook_id (required)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Removes the webhook from the provided application’s all activities configuration.
Available parameters:
- string
webhook_id (required)
parameters | The parameters. |
|
inline |
Removes the webhook from the provided application’s all activities configuration.
webhook_id | required. |
cancellationToken | The cancellation token. |
|
inline |
Provides a way to determine if a webhook configuration is subscribed to the provided user’s events.
|
inline |
Provides a way to determine if a webhook configuration is subscribed to the provided user’s events.
Available parameters: Nothing.
parameters | The parameters. |
|
inline |
Provides a way to determine if a webhook configuration is subscribed to the provided user’s events.
Available parameters: Nothing.
parameters | The parameters. |
|
inline |
Provides a way to determine if a webhook configuration is subscribed to the provided user’s events.
Available parameters: Nothing.
parameters | The parameters. |
|
inline |
Provides a way to determine if a webhook configuration is subscribed to the provided user’s events.
cancellationToken | The cancellation token. |
|
inline |
Provides a way to determine if a webhook configuration is subscribed to the provided user’s events.
Available parameters: Nothing.
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Provides a way to determine if a webhook configuration is subscribed to the provided user’s events.
Available parameters: Nothing.
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Provides a way to determine if a webhook configuration is subscribed to the provided user’s events.
Available parameters: Nothing.
parameters | The parameters. |
|
inline |
Returns all webhook URLs and their statuses for the environment.
|
inline |
Returns all webhook URLs and their statuses for the environment.
Available parameters: Nothing.
parameters | The parameters. |
|
inline |
Returns all webhook URLs and their statuses for the environment.
Available parameters: Nothing.
parameters | The parameters. |
|
inline |
Returns all webhook URLs and their statuses for the environment.
Available parameters: Nothing.
parameters | The parameters. |
|
inline |
Returns all webhook URLs and their statuses for the environment.
cancellationToken | The cancellation token. |
|
inline |
Returns all webhook URLs and their statuses for the environment.
Available parameters: Nothing.
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns all webhook URLs and their statuses for the environment.
Available parameters: Nothing.
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns all webhook URLs and their statuses for the environment.
Available parameters: Nothing.
parameters | The parameters. |
|
inline |
Subscribes the provided application to all events for the provided environment for all message types.
|
inline |
Subscribes the provided application to all events for the provided environment for all message types.
Available parameters: Nothing.
parameters | The parameters. |
|
inline |
Subscribes the provided application to all events for the provided environment for all message types.
Available parameters: Nothing.
parameters | The parameters. |
|
inline |
Subscribes the provided application to all events for the provided environment for all message types.
Available parameters: Nothing.
parameters | The parameters. |
|
inline |
Subscribes the provided application to all events for the provided environment for all message types.
cancellationToken | The cancellation token. |
|
inline |
Subscribes the provided application to all events for the provided environment for all message types.
Available parameters: Nothing.
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Subscribes the provided application to all events for the provided environment for all message types.
Available parameters: Nothing.
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Subscribes the provided application to all events for the provided environment for all message types.
Available parameters: Nothing.
parameters | The parameters. |
|
inline |
Registers a webhook URL for all event types.
Available parameters:
- string
url (required)
parameters | The parameters. |
|
inline |
Registers a webhook URL for all event types.
Available parameters:
- string
url (required)
parameters | The parameters. |
|
inline |
Registers a webhook URL for all event types.
Available parameters:
- string
url (required)
parameters | The parameters. |
|
inline |
Registers a webhook URL for all event types.
url | required. |
|
inline |
Registers a webhook URL for all event types.
Available parameters:
- string
url (required)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Registers a webhook URL for all event types.
Available parameters:
- string
url (required)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Registers a webhook URL for all event types.
Available parameters:
- string
url (required)
parameters | The parameters. |
|
inline |
Registers a webhook URL for all event types.
url | required. |
cancellationToken | The cancellation token. |
|
inline |
Triggers the challenge response check (CRC) for the given enviroments webhook for all activites.
Available parameters:
- string
webhook_id (required)
parameters | The parameters. |
|
inline |
Triggers the challenge response check (CRC) for the given enviroments webhook for all activites.
Available parameters:
- string
webhook_id (required)
parameters | The parameters. |
|
inline |
Triggers the challenge response check (CRC) for the given enviroments webhook for all activites.
Available parameters:
- string
webhook_id (required)
parameters | The parameters. |
|
inline |
Triggers the challenge response check (CRC) for the given enviroments webhook for all activites.
webhook_id | required. |
|
inline |
Triggers the challenge response check (CRC) for the given enviroments webhook for all activites.
Available parameters:
- string
webhook_id (required)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Triggers the challenge response check (CRC) for the given enviroments webhook for all activites.
Available parameters:
- string
webhook_id (required)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Triggers the challenge response check (CRC) for the given enviroments webhook for all activites.
Available parameters:
- string
webhook_id (required)
parameters | The parameters. |
|
inline |
Triggers the challenge response check (CRC) for the given enviroments webhook for all activites.
webhook_id | required. |
cancellationToken | The cancellation token. |
|
inline |
Returns a list of the current All Activity type subscriptions.
|
inline |
Returns a list of the current All Activity type subscriptions.
Available parameters: Nothing.
parameters | The parameters. |
|
inline |
Returns a list of the current All Activity type subscriptions.
Available parameters: Nothing.
parameters | The parameters. |
|
inline |
Returns a list of the current All Activity type subscriptions.
Available parameters: Nothing.
parameters | The parameters. |
|
inline |
Returns a list of the current All Activity type subscriptions.
cancellationToken | The cancellation token. |
|
inline |
Returns a list of the current All Activity type subscriptions.
Available parameters: Nothing.
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns a list of the current All Activity type subscriptions.
Available parameters: Nothing.
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns a list of the current All Activity type subscriptions.
Available parameters: Nothing.
parameters | The parameters. |
|
getset |
Gets or sets the the name of a dev environment.