Creating a Reusable Pipeline for API with Parameters
I am trying to get my head around what the conventional way to create a pipeline with parameters is? I want to create a pipeline for an API, so ensure that certain things are present on a user session before proceeding to the business logic. What I don't get at the moment is how to create a re-usable pipeline that takes a request and response object as initial parameters
