Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding GetEndpointAttributes and DeleteTopic #7

Closed
wants to merge 1 commit into from
Closed

Adding GetEndpointAttributes and DeleteTopic #7

wants to merge 1 commit into from

Conversation

wedneyyuri
Copy link
Contributor

GetEndpointAttributes (http://docs.aws.amazon.com/sns/latest/api/API_GetEndpointAttributes.html)

  • Parameter: endpoint arn
  • Retrieves the endpoint attributes for a device on one of the supported push notification services, such as GCM and APNS.
  • Return a hash object (attribute name\value).

DeleteEndpoint (http://docs.aws.amazon.com/sns/latest/api/API_DeleteEndpoint.html)

  • Parameter: endpoint arn
  • Deletes the endpoint for a device and mobile app from Amazon SNS.

EDIT:
It's not ready. I would like a revision before pushing to master branch.

GetEndpointAttributes (http://docs.aws.amazon.com/sns/latest/api/API_GetEndpointAttributes.html)
- Parameter: endpoint arn
- Retrieves the endpoint attributes for a device on one of the supported push notification services, such as GCM and APNS.
- Return a hash object (attribute name\value).

DeleteEndpoint (http://docs.aws.amazon.com/sns/latest/api/API_DeleteEndpoint.html)
- Parameter: endpoint arn
- Deletes the endpoint for a device and mobile app from Amazon SNS.
'EndpointArn' => $arn,
});

my $entry = $r->{'GetEndpointAttributesResult'}{'Attributes'}{'entry'};
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know why it is not an array reference. Any help will be appreciated.

@wedneyyuri
Copy link
Contributor Author

I'm not sure about about where I put this method. Maybe putting into package Amazon::SNS::Target would be better?

@wedneyyuri
Copy link
Contributor Author

Closing... See #8

@wedneyyuri wedneyyuri closed this Jul 8, 2015
@wedneyyuri wedneyyuri deleted the patch-1 branch July 8, 2015 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant