<html><head><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, the following are some small changes in the API that we are proposing.</div><div><br></div><div><b>1.</b></div><div> To be in pair with iOS convention, we are suggesting a change for the config options to be set by properties instead of the current convention.&nbsp;</div><div><br></div><div>That it from:</div><div>[config name:@"foo"];</div><div><br></div><div>to be:</div><div>config.name = @"foo";</div><div><br></div><div>A ticket has already been opened, see [2]</div><div><br></div><div><b>2.</b></div><div>Change the property URL of the AGPipe object to be an NSURL instead of a String.&nbsp;</div><div><br></div><div>That is from:</div><div>@property (nonatomic, readonly) NSString *URL</div><div>&nbsp;</div><div>to be:</div><div>@property (nonatomic, readonly) NSURL &nbsp;*URL</div><div><br></div><div>A ticket has already been opened, see [3]</div><div><br></div><div><b>3.</b></div><div>Per se with iOS convention of construction, rename the current init methods&nbsp;</div><div>from:</div><div>-(id) init:(NSURL*) baseURL;</div><div>+(id) pipeline:(NSURL*) baseURL;</div><div><br></div><div>to:</div><div><div>-(id) initWithBaseURL:(NSURL*) baseURL;</div><div>+(id) pipelineWithBaseURL:(NSURL*) baseURL;</div></div><div><br></div><div>A ticket has already been opened for this, see [4]</div><div><br></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]&nbsp;<a href="https://issues.jboss.org/browse/AEROGEAR-751">https://issues.jboss.org/browse/AEROGEAR-751</a></div><div>[3]&nbsp;<a href="https://issues.jboss.org/browse/AEROGEAR-764">https://issues.jboss.org/browse/AEROGEAR-764</a></div><div>[4]&nbsp;<a href="https://issues.jboss.org/browse/AEROGEAR-766">https://issues.jboss.org/browse/AEROGEAR-766</a></div>
</body></html>