You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks. I'm still considering whether to keep PTPusherAPI in the library to be honest. It has dependencies on some stuff I'd like to get rid of and is only a wrapper around a single API call I'm wondering if it has any value. Especially given how easy it is to trigger events over the socket-based API which is what this library should really be focussed on IMO.
I noticed this library is using a deprecated resource in the Pusher API: https://pusher.com/docs/rest_api_deprecated#method-post-event
Here's where it uses that resource: https://github.com/lukeredpath/libPusher/blob/f64d469fa80d8203598924ee35bad88b83261959/Library/PTPusherAPI.m#L37
It should be updated to use this resource: https://pusher.com/docs/rest_api#method-post-event
The text was updated successfully, but these errors were encountered: