Now the api wont return an array response... I just did a DD under the $class = and it prints out my array that was returned in the response.
protected function hasTransformer($class)
{
$class = is_object($class) ? get_class($class) : $class;
return isset($this->transformers[$class]);
}