robinpowered / robin-java-sdk

Official Robin Java SDK
https://docs.robinpowered.com
Apache License 2.0
4 stars 5 forks source link

String invitee IDs #25

Closed christophermark closed 6 years ago

christophermark commented 6 years ago

Invitees IDs are now strings.

christophermark commented 6 years ago

Rebased with master to fix issues with our CI tests failing.

brianmuse commented 6 years ago

This work fine with the API still returning integers for the time being? They'll be handled by GSON to be strings? Just want to make sure you're compatible here with both sides of the API BC break, both as integers and as strings from the API.

christophermark commented 6 years ago

We should be good both ways here, before and after the API change. I tested to confirm that GSON handles things well: