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 RequestResolver classes due more flexibility executing the requests
Changed Url class. Now Url only provides url info (domain, path, etc) and the new class Request (that extends Url) can execute the request and return the content.
Improvements fetching data from facebook
Added the Spotify adapter, to embed the spotify widget
Renamed all class instances to $camelCase instead of $UpperCamelCase