Skip to content
This repository was archived by the owner on Oct 20, 2022. It is now read-only.
ssandon edited this page Feb 4, 2016 · 6 revisions

Datavenue Android - Sample

Screenmap below.

Datavenue Android Sample - Screenmap

Login Screen

On this screen enter your credentials (mainly your API Keys).

For sake of simplicity you can access this screen simply by using URIs of this format (1). You can use a barcode generator and flash it if you want. https://api.orange.com/datavenue/v1/datavenue/v1/accounts/{accountId}?ope={ope_key}&key={api_key}

Account Screen

Basic information about your account. You can change your portal's password on this screen and access your datasources.

Datasources Screen

This screen basically lists your Datasources. You can add, share or delete a datasource.

Datasource Details

Details information on a datasource. This screen lets you change Datasource settings and access the associated streams. Fast access URIs https://api.orange.com/datavenue/v1/datavenue/v1/datasources/{datasourceId}?ope={ope_key}&key={api_key}

Streams Screen

Same as Datasources Screen except for Streams.

Stream Details

Stream details with update possibility. You can access Values of the stream. Fast access URIs https://api.orange.com/datavenue/v1/datavenue/v1/datasources/{datasourceId}/streams/{streamId}?ope={ope_key}&key={api_key}

Values

Shows values of the streams. You can add or delete values.

(1) For security reason, this format is only understood by the android application, but not the rest service.

Clone this wiki locally