Ejemplo n.º 1
0
function getEtsyListings()
{
    $item = new Etsy();
    $listings = $item->getListings();
    return $listings;
}