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

Support custom endpoints #93

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

50U10FCA7
Copy link

Description

Provides support for specifying custom a2::Endpoint. Custom endpoints are necessary for testing purposes (mock APNs services and assert the requests).

How Has This Been Tested?

  1. Bind simple http server;
  2. Specify server url as a2::Endpoint::Custom;
  3. Send something;
  4. See the request in http server logs.

Due Dilligence

  • Breaking change
  • Requires a documentation update
  • Requires a e2e/integration test update

@50U10FCA7 50U10FCA7 marked this pull request as draft November 27, 2024 17:49
@50U10FCA7 50U10FCA7 marked this pull request as ready for review November 27, 2024 18:08
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.

2 participants