pushdeer/push/gorush-with-mipush/src/tests
SinTod ea79289d43 add gorush-with-mipush 2022-02-07 18:48:16 +08:00
..
README.md add gorush-with-mipush 2022-02-07 18:48:16 +08:00
test.json add gorush-with-mipush 2022-02-07 18:48:16 +08:00

README.md

Testing

How to test gorush with http request?

download bat tool

Download cURL-like tool for humans.

testing

see the JSON format:

{
  "notifications": [
    {
      "tokens": ["token_a", "token_b"],
      "platform": 1,
      "message": "Hello World iOS!"
    },
    {
      "tokens": ["token_a", "token_b"],
      "platform": 2,
      "message": "Hello World Android!"
    }
  ]
}

run the following command.

bat POST localhost:8088/api/push < tests/test.json