Returns the endpoint URL.
The URL will be built with the first available format. If the endpoint does not provide any formats, JSON will be used.
string The endpoint URL.
public function getUrl() { return $this->url; }