-
Notifications
You must be signed in to change notification settings - Fork 162
Developer Documentation
Friedger Müffke edited this page Jul 24, 2015
·
16 revisions
The project is using the gradle build system.
All secret API keys are stored in keys.xml
Furthermore, you need to use a debug.keystore for signing that is whitelisted for Google Plus Sign-in.
###hub_client_id the hub client it is used to get a scoped auth token. This token is send to the hub for GCM.
scope = "audience:server:client_id:" + BuildConfig.HUB_CLIENT_ID
Event data are received from developers.google.com
Tagged events are received from the GDG-X Hub server
All api calls are wrapped in a ApiRequest