Open farsana-pb opened 7 years ago
Hi, I am getting an error Post https://onesignal.com/api/v1//notifications: http.DefaultTransport and http.DefaultClient are not available in App Engine. Is there any way to solve this?
@farsana-pb You can pass your own http.Client{} to the onesignal.NewClient() function call, this should be a work around?
http.Client{}
onesignal.NewClient()
Hi, I am getting an error Post https://onesignal.com/api/v1//notifications: http.DefaultTransport and http.DefaultClient are not available in App Engine. Is there any way to solve this?