robinpowered / robin-java-sdk

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

Device and Identifier additions #17

Closed christophermark closed 8 years ago

christophermark commented 8 years ago

Adding additional properties and endpoints for devices and their identifiers.

atticoos commented 8 years ago

LGTM 👍

christophermark commented 8 years ago

@brianmuse this is now refactored so we have two different identifier classes: Identifier and IbeaconIdentifier

christophermark commented 8 years ago

This should be fully working pending the API fix for createdAt. I have a local stash commenting out createdAt and this is working as intended

brianmuse commented 8 years ago

We should really bring in AutoValue to this project soon

christophermark commented 8 years ago

Yeah this project could absolutely use Autovalue and OkHttp3 at some point

christophermark commented 8 years ago

Ok @brianmuse ready for another look

christophermark commented 8 years ago

Ok, this should add everything else we need. Tested working

brianmuse commented 8 years ago

Two small things then gtg

christophermark commented 8 years ago

@brianmuse back to you

brianmuse commented 8 years ago

👍