Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 891 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 891 Bytes

audiomack-api-examples

Example code describing how to use the Audiomack API.

Authentication example

To run the authentication example on your development machine, you can do the following:

Known Issues

  • Run composer update to avoid Depreciation errors
  • add set_include_path(get_include_path() . PATH_SEPARATOR . __DIR__ .'/vendor/pear/http_request2'); to config.php to avoid Warning: require_once(HTTP/Request2.php): Failed to open stream: No such file or directory in error.