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

allow passing timout to http request #131 #132

Merged
merged 2 commits into from
Oct 21, 2024
Merged

allow passing timout to http request #131 #132

merged 2 commits into from
Oct 21, 2024

Conversation

sabman
Copy link
Member

@sabman sabman commented Oct 21, 2024

Work for #131

@@ -12,9 +12,10 @@ class FCM
INSTANCE_ID_API = "https://iid.googleapis.com"
TOPIC_REGEX = /[a-zA-Z0-9\-_.~%]+/

def initialize(json_key_path = "", project_name = "")
def initialize(json_key_path = "", project_name = "", http_options = {})
Copy link

Choose a reason for hiding this comment

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

Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.

@sabman sabman merged commit 930c4b3 into master Oct 21, 2024
5 checks passed
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