While i was looking through the JS lib, i realized that AeroGear.ajax is really only used
by the UnifiedPush client sdk. Yes, it’s used by the OAuth2 adapter for Authz, but that
is getting deprecated.
I plan on sending a PR that will basically take AeroGear.ajax and merge it with the
UnifiedPush client sdk.
I think the original thought i had with this part of the library is that it would be used
internally for other parts, such as pipeline and auth but those have been removed so i
don’t think it makes sense to keep AeroGear.ajax around.
I’ll be creating a JIRA with this info
-Luke