Hi Shevan, As confirmed, the methods that will implement is as follows:
*Endpoint* *createEndpoint* - Creates an endpoint for a device and mobile app on one of the supported push notification services, such as GCM and APNS. *deleteEndpoint* - Deletes the endpoint from Amazon SNS. This action is idempotent. *listEndpoints* - Lists the endpoints and endpoint attributes for devices in a supported push notification service. *subscribe* - Prepares to subscribe an endpoint by sending the endpoint a confirmation message. *unsubscribe* - Deletes a subscription. *confirmSubscription* - Verifies an endpoint owner's intent to receive messages by validating the token sent to the endpoint by an earlier Subscribe action *listSubscriptions* - Returns a list of the requester's subscriptions. Each call returns a limited list of subscriptions, up to 100. *listSubscriptionsByTopic* - Returns a list of the subscriptions to a specific topic. Each call returns a limited list of subscriptions, up to 100. *Topic* *createTopic* - Creates a topic to which notifications can be published. Users can create at most 3000 topics. *deleteTopic* - Deletes a topic and all its subscriptions. Deleting a topic might prevent some messages previously sent to the topic frombeing delivered to subscribers. *listTopics *- Returns a list of the requester's topics. Each call returns a limited list of topics, up to 100. *publish* - Sends a message to all of a topic's subscribed endpoints. Thanks & Regards Rasika -- View this message in context: http://wso2-oxygen-tank.10903.n7.nabble.com/Connector-AmazonSNS-tp97747p97876.html Sent from the WSO2 Architecture mailing list archive at Nabble.com. _______________________________________________ Architecture mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
