蛋蛋星球-制度模式
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 708 B

6 days ago
1234567891011121314151617181920
  1. # JPush GO SDK
  2. [中文文档](README-CN.md)
  3. 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.
  4. ## Feature List
  5. + Push API v3
  6. + Report API v3
  7. + Device API v3
  8. + Schedule API v3
  9. ## Unit Testing
  10. 1. Add APP_KEY, MASTER_SECRET, and REGISTRATION_ID to the environment variables.
  11. 2. Run `go test .`
  12. ## How to Use
  13. Please refer to the unit test code for usage instructions.
  14. ## Note
  15. The VIP class interfaces and Admin API v1 are not implemented due to lack of permission. If needed, you can submit a pull request.