Skip to content

Conversation

@stojankukrika
Copy link
Owner

No description provided.

ksvendsen and others added 30 commits December 4, 2017 19:00
Allow array of userIds to be passed instead of just a single userId
get method + getNotification
updated read me to reflect new fixes
updated read me with another example for "Sending a Notification based
on Tags/Filters"
Fixed sending notifications using tags/filters.
adding heading and subtitle
Notification can be deleted by passing the ID of it. Delete method is also added as it requires a DELETE HTTP method to cancel a notification
Added a method to cancel the scheduled OneSignal notifications
Add 5.5 AutoDiscover support
fix broken readme page, beautify example codes
This will allow the Laravel container to autowire services which have a dependency to the `Berkayk\OneSignal\OneSignalClient` without requiring use of the facade, `app()` helper, or other types of service locator based code.
Alias the 'onesignal' service
berkayk and others added 30 commits March 21, 2022 16:35
added support for laravel 9
…-external-user-ids

Ignore included_segments if include_external_user_ids is filled
Add option to control timeout of the Guzzle Client
sendNotificationCustom is checking empty('include_external_user_ids')
Corrects some grammatical errors
…thos-#189

 Removing a double "$" in a offset variable
…-to-all-issue

fix issue (should prevent send to all even already include_aliases)
Add `ConnectException` as a valid type in retry middleware
Get API URL from env or pass it as optional parameter in client constructor
fix: reorder client parameters for singleton
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.