<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi team,<div><br></div><div>as part of the API overhaul ticket[1] for the next CR1 release, we are proposing&nbsp;a rename of the current init methods of the AGPipeline object to be in per with iOS convention of construction. That is</div><div><br></div><div>from:</div><div>-(id) init:(NSURL*) baseURL;</div><div>+(id) pipeline:(NSURL*) baseURL;</div><div><br></div><div>to:</div><div>-(id) initWithBaseURL:(NSURL*) baseURL;</div><div>+(id) pipelineWithBaseURL:(NSURL*) baseURL;</div><div><br></div><div>A ticket has already been opened for this, see [2]</div><div><br></div><div>What do you think?</div><div><br></div><div>Thanks,</div><div>Christos</div><div><br></div><div><br></div><div>[1]&nbsp;<a href="https://issues.jboss.org/browse/AEROGEAR-763">https://issues.jboss.org/browse/AEROGEAR-763</a></div><div>[2] <a href="https://issues.jboss.org/browse/AEROGEAR-766">https://issues.jboss.org/browse/AEROGEAR-766</a></div><div><br></div></body></html>