I'm trying to send push notifications from my app. I followed the tutorial you gave about creating the REST service. I'm trying to create the service response from the Test view. However, I get this error:
precode
{
"status":"405 Method Not Allowed",
"url":"https://api.appery.io/rest/push/msg",
"response":{
"code":"BCXX004",
"description":"No resource method found for GET, return 405 with Allow header"
}
}
/code/pre
Can you help?