Skip to content

Instantly share code, notes, and snippets.

@Mizore
Last active December 19, 2015 10:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mizore/5939747 to your computer and use it in GitHub Desktop.
Save Mizore/5939747 to your computer and use it in GitHub Desktop.
Hexide api usage.
<?php
$api = new \Hexide\Api();
var_dump($api->BeatmapDetails(666));
var_dump($api->BeatmapMetadata(1));
var_dump($api->BeatmapMetadataRaw(1));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment