Kieranties / PS-Pushover

A Powershell module to send messages using the Pushover API
7 stars 5 forks source link

Add Content Type to support UTF-8 messages #1

Closed gjermshus closed 7 years ago

gjermshus commented 7 years ago

To support non US-ascii characters the message need to be sent with UTF-8 charset specified. Content-Type set based on specifications found in official API documentation https://pushover.net/api#messages

Kieranties commented 7 years ago

Thanks for the PR! I doubt I'll be making many changes to this module in the foreseeable future. Check out the modules on the PowerShell Gallery for more recent content by other developers