Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 206 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 206 Bytes

go-apns

Apple Notification Service API written in GoLang

Install

    go get github.com/Mistobaan/go-apns

Usage

   client = NewClient(...)
   client.SendPayloadString()