with() public method

Set the parameters to be sent on the next API request.
public with ( string | array $parameters ) : Dispatcher
$parameters string | array
return Dispatcher
 /**
  * Set the parameters to be sent on the next API request.
  *
  * @param string|array $parameters
  * @return \Dingo\Api\Dispatcher 
  * @static 
  */
 public static function with($parameters)
 {
     return \Dingo\Api\Dispatcher::with($parameters);
 }