OneSignal / onesignal-python-api

Other
15 stars 6 forks source link

Complete example to send a notification #22

Open nMustaki opened 1 year ago

nMustaki commented 1 year ago

Description

One Line Summary

REQUIRED - Very short description that summaries the changes in this PR.

A complete getting started example to send a notification

Details

Motivation

REQUIRED - Why is this code change being made? Or what is the goal of this PR? Examples: Fixes a specific bug, provides additional logging to debug future issues, feature to allow X.

I wanted to try the Python package, but it was hard to get started since I had to dwell into the raw API documentation to understand what models to use. So here is a complete example to get people started.

Checklist

Overview

Testing

Final pass