I just noticed 1.0 no longer works, so I'm moving to 2.0 but I'm confused. In 1.0 I could do something like this:
require 'lib/wrapper.php';
$api = new XboxApi();
$api->format = 'json';
$api->timeout = 10;
$profile = $api->fetch_profile("Zenoxio");
And then I could access like IsOnline() to check if user is online. So I started building something in 2.0, I started reading http://xboxleaders.github.io/get-started/ which says:
Which links me to http://xboxleaders.github.io/wrappers/
Except the page is empty? There are no wrappers