Skip to content

Commit

Permalink
2.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
tactics committed Aug 29, 2017
1 parent 1e6946f commit a8cd550
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ $xbox = new Api('APP_KEY');
$xbox->isApp = TRUE;

print $xbox->get('/account');

print $xbox->post('/clubs/reserve', array('name' => 'OpenXBL'));
?>
```

Expand All @@ -78,7 +80,7 @@ $xbox->format = 'json';
/**
* # Language of response, if available.
*/
$xbox->format = 'json';
$xbox->language = 'en-US, en';

?>
```
Expand Down

0 comments on commit a8cd550

Please sign in to comment.