蛋蛋星球-制度模式
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
huangjiajun ee85ee3b2b 极光推送 il y a 3 jours
..
LICENSE 极光推送 il y a 3 jours
README-CN.md 极光推送 il y a 3 jours
README.md 极光推送 il y a 3 jours
client.go 极光推送 il y a 3 jours
client_device.go 极光推送 il y a 3 jours
client_push.go 极光推送 il y a 3 jours
client_report.go 极光推送 il y a 3 jours
client_schedule.go 极光推送 il y a 3 jours
device_request.go 极光推送 il y a 3 jours
push_request.go 极光推送 il y a 3 jours
report_request.go 极光推送 il y a 3 jours
schedule_request.go 极光推送 il y a 3 jours

README.md

JPush GO SDK

中文文档

JPush GO SDK is the official Golang SDK for JPush, a push notification service. Since the official Go SDK only provides a project without any files, this SDK was developed to fill in the gap. Please refer to the unit test code for usage instructions.

Feature List

  • Push API v3
  • Report API v3
  • Device API v3
  • Schedule API v3

Unit Testing

  1. Add APP_KEY, MASTER_SECRET, and REGISTRATION_ID to the environment variables.
  2. Run go test .

How to Use

Please refer to the unit test code for usage instructions.

Note

The VIP class interfaces and Admin API v1 are not implemented due to lack of permission. If needed, you can submit a pull request.