podcasthosting/vbout-api-client

A package to access the VBOUT API.

dev-master 2025-01-02 13:43 UTC

This package is auto-updated.

Last update: 2025-03-30 14:21:54 UTC


README

Disclaimer: This is an unofficial package for the Vbout API. This is in no way affiliated with VBOUT, Inc.

use podcasthosting\VboutApiClient\Vbout;
$vbout = new Vbout();

Lists

$allLists = $vbout->lists()->getLists();
$oneList = $vbout->lists()->get(1234);