CoreTweet
2.0.0-beta.2
Yet another .NET Twitter Library
|
Provides a set of methods for Enterprise Account Activity API. More...
Public Member Functions | |
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 | PostWebhooksSubscriptionsAll (params Expression< Func< string, object >>[] parameters) |
void | PostWebhooksSubscriptionsAll (IDictionary< string, object > parameters) |
void | PostWebhooksSubscriptionsAll (object parameters) |
void | PostWebhooksSubscriptionsAll (string webhook_id) |
Task | PostWebhooksSubscriptionsAllAsync (params Expression< Func< string, object >>[] parameters) |
Task | PostWebhooksSubscriptionsAllAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task | PostWebhooksSubscriptionsAllAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task | PostWebhooksSubscriptionsAllAsync (string webhook_id, CancellationToken cancellationToken=default(CancellationToken)) |
SubscriptionsCount | SubscriptionsCount (params Expression< Func< string, object >>[] parameters) |
SubscriptionsCount | SubscriptionsCount (IDictionary< string, object > parameters) |
SubscriptionsCount | SubscriptionsCount (object parameters) |
SubscriptionsCount | SubscriptionsCount () |
Task< SubscriptionsCount > | SubscriptionsCountAsync (params Expression< Func< string, object >>[] parameters) |
Task< SubscriptionsCount > | SubscriptionsCountAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< SubscriptionsCount > | SubscriptionsCountAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< SubscriptionsCount > | SubscriptionsCountAsync (CancellationToken cancellationToken=default(CancellationToken)) |
void | GetWebhooksSubscriptionsAll (params Expression< Func< string, object >>[] parameters) |
void | GetWebhooksSubscriptionsAll (IDictionary< string, object > parameters) |
void | GetWebhooksSubscriptionsAll (object parameters) |
void | GetWebhooksSubscriptionsAll (string webhook_id) |
Task | GetWebhooksSubscriptionsAllAsync (params Expression< Func< string, object >>[] parameters) |
Task | GetWebhooksSubscriptionsAllAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task | GetWebhooksSubscriptionsAllAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task | GetWebhooksSubscriptionsAllAsync (string webhook_id, CancellationToken cancellationToken=default(CancellationToken)) |
SubscriptionsList | WebhooksSubscriptionsAllList (params Expression< Func< string, object >>[] parameters) |
SubscriptionsList | WebhooksSubscriptionsAllList (IDictionary< string, object > parameters) |
SubscriptionsList | WebhooksSubscriptionsAllList (object parameters) |
SubscriptionsList | WebhooksSubscriptionsAllList (string webhook_id) |
Task< SubscriptionsList > | WebhooksSubscriptionsAllListAsync (params Expression< Func< string, object >>[] parameters) |
Task< SubscriptionsList > | WebhooksSubscriptionsAllListAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< SubscriptionsList > | WebhooksSubscriptionsAllListAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< SubscriptionsList > | WebhooksSubscriptionsAllListAsync (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 | DeleteWebhooksSubscriptionsAll (params Expression< Func< string, object >>[] parameters) |
void | DeleteWebhooksSubscriptionsAll (IDictionary< string, object > parameters) |
void | DeleteWebhooksSubscriptionsAll (object parameters) |
void | DeleteWebhooksSubscriptionsAll (string webhook_id) |
Task | DeleteWebhooksSubscriptionsAllAsync (params Expression< Func< string, object >>[] parameters) |
Task | DeleteWebhooksSubscriptionsAllAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task | DeleteWebhooksSubscriptionsAllAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task | DeleteWebhooksSubscriptionsAllAsync (string webhook_id, CancellationToken cancellationToken=default(CancellationToken)) |
Additional Inherited Members | |
Public Attributes inherited from CoreTweet.Core.ApiProviderBase | |
TokensBase | IncludedTokens => this.Tokens |
Gets the tokens being used in this instance. More... | |
Properties inherited from CoreTweet.Core.ApiProviderBase | |
TokensBase | Tokens [get, set] |
Gets or sets the OAuth tokens. More... | |
Provides a set of methods for Enterprise Account Activity API.
|
inline |
Removes the webhook from the provided application’s configuration.
Available parameters:
- string
webhook_id (required)
parameters | The parameters. |
|
inline |
Removes the webhook from the provided application’s configuration.
Available parameters:
- string
webhook_id (required)
parameters | The parameters. |
|
inline |
Removes the webhook from the provided application’s configuration.
Available parameters:
- string
webhook_id (required)
parameters | The parameters. |
|
inline |
Removes the webhook from the provided application’s configuration.
webhook_id | required. |
|
inline |
Removes the webhook from the provided application’s configuration.
Available parameters:
- string
webhook_id (required)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Removes the webhook from the provided application’s configuration.
Available parameters:
- string
webhook_id (required)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Removes the webhook from the provided application’s configuration.
Available parameters:
- string
webhook_id (required)
parameters | The parameters. |
|
inline |
Removes the webhook from the provided application’s configuration.
webhook_id | required. |
cancellationToken | The cancellation token. |
|
inline |
Deactivates subscription(s) for the provided user context and application.
Available parameters:
- string
webhook_id (required)
parameters | The parameters. |
|
inline |
Deactivates subscription(s) for the provided user context and application.
Available parameters:
- string
webhook_id (required)
parameters | The parameters. |
|
inline |
Deactivates subscription(s) for the provided user context and application.
Available parameters:
- string
webhook_id (required)
parameters | The parameters. |
|
inline |
Deactivates subscription(s) for the provided user context and application.
webhook_id | required. |
|
inline |
Deactivates subscription(s) for the provided user context and application.
Available parameters:
- string
webhook_id (required)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Deactivates subscription(s) for the provided user context and application.
Available parameters:
- string
webhook_id (required)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Deactivates subscription(s) for the provided user context and application.
Available parameters:
- string
webhook_id (required)
parameters | The parameters. |
|
inline |
Deactivates subscription(s) for the provided user context and application.
webhook_id | required. |
cancellationToken | The cancellation token. |
|
inline |
Returns all webhook URLs and their statuses for the given application.
This endpoint is for application-only authorization only.
|
inline |
Returns all webhook URLs and their statuses for the given application.
This endpoint is for application-only authorization only.
Available parameters: Nothing.
parameters | The parameters. |
|
inline |
Returns all webhook URLs and their statuses for the given application.
This endpoint is for application-only authorization only.
Available parameters: Nothing.
parameters | The parameters. |
|
inline |
Returns all webhook URLs and their statuses for the given application.
This endpoint is for application-only authorization only.
Available parameters: Nothing.
parameters | The parameters. |
|
inline |
Returns all webhook URLs and their statuses for the given application.
This endpoint is for application-only authorization only.
cancellationToken | The cancellation token. |
|
inline |
Returns all webhook URLs and their statuses for the given application.
This endpoint is for application-only authorization only.
Available parameters: Nothing.
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns all webhook URLs and their statuses for the given application.
This endpoint is for application-only authorization only.
Available parameters: Nothing.
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns all webhook URLs and their statuses for the given application.
This endpoint is for application-only authorization only.
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:
- string
webhook_id (required)
parameters | The parameters. |
|
inline |
Provides a way to determine if a webhook configuration is subscribed to the provided user’s events.
Available parameters:
- string
webhook_id (required)
parameters | The parameters. |
|
inline |
Provides a way to determine if a webhook configuration is subscribed to the provided user’s events.
Available parameters:
- string
webhook_id (required)
parameters | The parameters. |
|
inline |
Provides a way to determine if a webhook configuration is subscribed to the provided user’s events.
webhook_id | required. |
|
inline |
Provides a way to determine if a webhook configuration is subscribed to the provided user’s events.
Available parameters:
- string
webhook_id (required)
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:
- string
webhook_id (required)
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:
- string
webhook_id (required)
parameters | The parameters. |
|
inline |
Provides a way to determine if a webhook configuration is subscribed to the provided user’s events.
webhook_id | required. |
cancellationToken | The cancellation token. |
|
inline |
Registers a new webhook URL for the given application context.
Available parameters:
- string
url (required)
parameters | The parameters. |
|
inline |
Registers a new webhook URL for the given application context.
Available parameters:
- string
url (required)
parameters | The parameters. |
|
inline |
Registers a new webhook URL for the given application context.
Available parameters:
- string
url (required)
parameters | The parameters. |
|
inline |
Registers a new webhook URL for the given application context.
url | required. |
|
inline |
Registers a new webhook URL for the given application context.
Available parameters:
- string
url (required)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Registers a new webhook URL for the given application context.
Available parameters:
- string
url (required)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Registers a new webhook URL for the given application context.
Available parameters:
- string
url (required)
parameters | The parameters. |
|
inline |
Registers a new webhook URL for the given application context.
url | required. |
cancellationToken | The cancellation token. |
|
inline |
Subscribes the provided application to all events for the provided user context for all message types.
After activation, all events for the requesting user will be sent to the application’s webhook via POST request.
Available parameters:
- string
webhook_id (required)
parameters | The parameters. |
|
inline |
Subscribes the provided application to all events for the provided user context for all message types.
After activation, all events for the requesting user will be sent to the application’s webhook via POST request.
Available parameters:
- string
webhook_id (required)
parameters | The parameters. |
|
inline |
Subscribes the provided application to all events for the provided user context for all message types.
After activation, all events for the requesting user will be sent to the application’s webhook via POST request.
Available parameters:
- string
webhook_id (required)
parameters | The parameters. |
|
inline |
Subscribes the provided application to all events for the provided user context for all message types.
After activation, all events for the requesting user will be sent to the application’s webhook via POST request.
webhook_id | required. |
|
inline |
Subscribes the provided application to all events for the provided user context for all message types.
After activation, all events for the requesting user will be sent to the application’s webhook via POST request.
Available parameters:
- string
webhook_id (required)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Subscribes the provided application to all events for the provided user context for all message types.
After activation, all events for the requesting user will be sent to the application’s webhook via POST request.
Available parameters:
- string
webhook_id (required)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Subscribes the provided application to all events for the provided user context for all message types.
After activation, all events for the requesting user will be sent to the application’s webhook via POST request.
Available parameters:
- string
webhook_id (required)
parameters | The parameters. |
|
inline |
Subscribes the provided application to all events for the provided user context for all message types.
After activation, all events for the requesting user will be sent to the application’s webhook via POST request.
webhook_id | required. |
cancellationToken | The cancellation token. |
|
inline |
Triggers the challenge response check (CRC) for the given webhook’s URL.
Available parameters:
- string
webhook_id (required)
parameters | The parameters. |
|
inline |
Triggers the challenge response check (CRC) for the given webhook’s URL.
Available parameters:
- string
webhook_id (required)
parameters | The parameters. |
|
inline |
Triggers the challenge response check (CRC) for the given webhook’s URL.
Available parameters:
- string
webhook_id (required)
parameters | The parameters. |
|
inline |
Triggers the challenge response check (CRC) for the given webhook’s URL.
webhook_id | required. |
|
inline |
Triggers the challenge response check (CRC) for the given webhook’s URL.
Available parameters:
- string
webhook_id (required)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Triggers the challenge response check (CRC) for the given webhook’s URL.
Available parameters:
- string
webhook_id (required)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Triggers the challenge response check (CRC) for the given webhook’s URL.
Available parameters:
- string
webhook_id (required)
parameters | The parameters. |
|
inline |
Triggers the challenge response check (CRC) for the given webhook’s URL.
webhook_id | required. |
cancellationToken | The cancellation token. |
|
inline |
Returns the count of subscriptions that are currently active on your account.
Note that the /count endpoint requires application-only OAuth, so that you should make requests using a bearer token instead of user context.
|
inline |
Returns the count of subscriptions that are currently active on your account.
Note that the /count endpoint requires application-only OAuth, so that you should make requests using a bearer token instead of user context.
Available parameters: Nothing.
parameters | The parameters. |
|
inline |
Returns the count of subscriptions that are currently active on your account.
Note that the /count endpoint requires application-only OAuth, so that you should make requests using a bearer token instead of user context.
Available parameters: Nothing.
parameters | The parameters. |
|
inline |
Returns the count of subscriptions that are currently active on your account.
Note that the /count endpoint requires application-only OAuth, so that you should make requests using a bearer token instead of user context.
Available parameters: Nothing.
parameters | The parameters. |
|
inline |
Returns the count of subscriptions that are currently active on your account.
Note that the /count endpoint requires application-only OAuth, so that you should make requests using a bearer token instead of user context.
cancellationToken | The cancellation token. |
|
inline |
Returns the count of subscriptions that are currently active on your account.
Note that the /count endpoint requires application-only OAuth, so that you should make requests using a bearer token instead of user context.
Available parameters: Nothing.
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns the count of subscriptions that are currently active on your account.
Note that the /count endpoint requires application-only OAuth, so that you should make requests using a bearer token instead of user context.
Available parameters: Nothing.
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns the count of subscriptions that are currently active on your account.
Note that the /count endpoint requires application-only OAuth, so that you should make requests using a bearer token instead of user context.
Available parameters: Nothing.
parameters | The parameters. |
|
inline |
Returns a list of the current All Activity type subscriptions for the specified webhook.
Note that the /list endpoint requires application-only OAuth, so requests should be made using a bearer token instead of user context.
Available parameters:
- string
webhook_id (required)
parameters | The parameters. |
|
inline |
Returns a list of the current All Activity type subscriptions for the specified webhook.
Note that the /list endpoint requires application-only OAuth, so requests should be made using a bearer token instead of user context.
Available parameters:
- string
webhook_id (required)
parameters | The parameters. |
|
inline |
Returns a list of the current All Activity type subscriptions for the specified webhook.
Note that the /list endpoint requires application-only OAuth, so requests should be made using a bearer token instead of user context.
Available parameters:
- string
webhook_id (required)
parameters | The parameters. |
|
inline |
Returns a list of the current All Activity type subscriptions for the specified webhook.
Note that the /list endpoint requires application-only OAuth, so requests should be made using a bearer token instead of user context.
webhook_id | required. |
|
inline |
Returns a list of the current All Activity type subscriptions for the specified webhook.
Note that the /list endpoint requires application-only OAuth, so requests should be made using a bearer token instead of user context.
Available parameters:
- string
webhook_id (required)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns a list of the current All Activity type subscriptions for the specified webhook.
Note that the /list endpoint requires application-only OAuth, so requests should be made using a bearer token instead of user context.
Available parameters:
- string
webhook_id (required)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns a list of the current All Activity type subscriptions for the specified webhook.
Note that the /list endpoint requires application-only OAuth, so requests should be made using a bearer token instead of user context.
Available parameters:
- string
webhook_id (required)
parameters | The parameters. |
|
inline |
Returns a list of the current All Activity type subscriptions for the specified webhook.
Note that the /list endpoint requires application-only OAuth, so requests should be made using a bearer token instead of user context.
webhook_id | required. |
cancellationToken | The cancellation token. |