Currently using what is in master.
I've started to implement the GETing of variants for the node admin client i posted earlier about and i think i might have run into a bug when trying to get the Windows Variants.
you will see i have 2 variants, one android and the other is a windows_wns type.
i noticed that the "type" variable here is of "class org.jboss.aerogear.unifiedpush.api.WindowsVariant"
and the variant.getClass() is actually org.jboss.aerogear.unifiedpush.api.WindowsWNSVariant
which is making the comparison fail and not return anything.
So is this a bug, or do i need to pass something else in to make this work,
note: i've created all the applications and variants from the admin UI screens