(Inspired by https://github.com/hoersuppe/hoerapi.py)
<?php
require "api.php";
use HoerAPI\HoerAPI;
$podcasts = HoerAPI::getPodcasts();
foreach ($podcasts as $pod) {
echo $pod->slug . "<br />";
}
(Inspired by https://github.com/hoersuppe/hoerapi.py)
<?php
require "api.php";
use HoerAPI\HoerAPI;
$podcasts = HoerAPI::getPodcasts();
foreach ($podcasts as $pod) {
echo $pod->slug . "<br />";
}