get( "/extras/scripts/", $params ); } /** * @param int $id * @param array $params * * @return mixed * @throws GuzzleException */ public function show( int $id, array $params = [] ) { return $this->get( "/extras/scripts/" . $id . "/", $params ); } }