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
Added JSONP support for client side AJAX requests. Many APIs (Vimeo and Google come to mind) support this type of access, and we wanted to support it for our service as well. It basically wraps the JSON with a callback function as defined by the client.
GitHub user SomethingOn implemented this on our REST API, and we thought others might benefit from it as well.
0 commit comments