PHP code example of jdecool / clubhouse-api
1. Go to this page and download the library: Download jdecool/clubhouse-api library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
jdecool / clubhouse-api example snippets
der = new JDecool\Clubhouse\ClientBuilder();
$client = $builder->createClientV2('your-clubhouse-token'); // create client for Clubhouse API v2 (v1 is also available)
$story = $client->get('stories/144');