App\Http\Controllers\NytController::getRelativeUrl PHP Méthode

getRelativeUrl() public méthode

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