App\Http\Controllers\NytController::getRelativeUrl PHP Method

getRelativeUrl() public method

Get relative url
public getRelativeUrl ( ) : string
return string
    public function getRelativeUrl()
    {
        return str_replace('{apiKey}', env('NYT_BOOKS_API_KEY'), self::RELATIVE_URL);
    }