Hi team,

as part of the API overhaul ticket[1] for the next CR1 release, we are proposing a rename of the current init methods of the AGPipeline object to be in per with iOS convention of construction. That is

from:
-(id) init:(NSURL*) baseURL;
+(id) pipeline:(NSURL*) baseURL;

to:
-(id) initWithBaseURL:(NSURL*) baseURL;
+(id) pipelineWithBaseURL:(NSURL*) baseURL;

A ticket has already been opened for this, see [2]

What do you think?

Thanks,
Christos


[1] https://issues.jboss.org/browse/AEROGEAR-763
[2] https://issues.jboss.org/browse/AEROGEAR-766