Niko Köser
Niko Köser
List of features/changes we want to finish before releasing an official v1 version: - [ ] ~~Add _notify.MustSend_ method (#48)~~ - [x] Add _context.Context_ to parameter list of _notify.Send_ -...
**Is your feature request related to a problem? Please describe.** Missing support for [Twilio](https://www.twilio.com). **Describe the solution you'd like** Implement a [notification service](https://github.com/nikoksr/notify/tree/main/service) and use existing services such as [WhatsApp](https://github.com/nikoksr/notify/tree/main/service/whatsapp)...
**Is your feature request related to a problem? Please describe.** This is related to [j-wil's comment](https://github.com/nikoksr/notify/issues/1#issuecomment-771804673) in the discussion about the testing procedure for external services. We currently have no...
**Is your feature request related to a problem? Please describe.** Missing support for the popular social network platform [Instagram](https://www.instagram.com). **Describe the solution you'd like** Implement a [notification service](https://github.com/nikoksr/notify/tree/main/service) like we...
**Is your feature request related to a problem? Please describe.** Missing support for [APNS (Apple Push Notification service)](https://en.wikipedia.org/wiki/Apple_Push_Notification_service). **Describe the solution you'd like** Implement a [notification service](https://github.com/nikoksr/notify/tree/main/service) and use existing...
**Is your feature request related to a problem? Please describe.** Missing support for the popular social network platform [Mastodon](https://joinmastodon.org/). **Describe the solution you'd like** Implement a [notification service](https://github.com/nikoksr/notify/tree/main/service) like we...
**Is your feature request related to a problem? Please describe.** Missing support for [Web Push Notifications](https://developers.google.com/web/fundamentals/push-notifications). **Describe the solution you'd like** Implement a [notification service](https://github.com/nikoksr/notify/tree/main/service) and use existing services such...
**Is your feature request related to a problem? Please describe.** Missing support for the popular social network platform [Facebook(-Messenger)](https://facebook.com/). **Describe the solution you'd like** Implement a [notification service](https://github.com/nikoksr/notify/tree/main/service) like we...
**Is your feature request related to a problem? Please describe.** Missing support for [Viber](https://www.viber.com). **Describe the solution you'd like** Implement a [notification service](https://github.com/nikoksr/notify/tree/main/service) and use existing services such as [WhatsApp](https://github.com/nikoksr/notify/tree/main/service/whatsapp)...
**Is your feature request related to a problem? Please describe.** Proji currently only supports `TOML` as config file format. Since it's quite possible that proji will work with APIs in...