Hi team,
as part of the API overhaul ticket[1] for the next CR1 release, we are proposing a change of the property URL of the AGPipe object to be an NSURL instead of a String.
That is from:
@property (nonatomic, readonly) NSString *URL
to be:
@property (nonatomic, readonly) NSURL *URL
A ticket has already been opened, see [2]
What do you think?
Thanks,
Christos