Skip to content
Snippets Groups Projects
Commit 40ffefaf authored by Maximilian Betz's avatar Maximilian Betz
Browse files

some more documentation pictures

parent 83b53836
No related branches found
No related tags found
No related merge requests found
documentation/05_AddEvent_01.JPG

46.4 KiB

documentation/06_ViewSync1.JPG

28.4 KiB

documentation/06_ViewSync2.JPG

24.1 KiB

documentation/06_ViewSync3.JPG

30.5 KiB

......@@ -5,8 +5,8 @@ import 'package:http/http.dart' as http;
import 'datamodel.dart';
class SensorConnector {
//final String baseUrl = 'https://sandbox.sensor.awi.de/rest/';
final String baseUrl = 'https://sensor.awi.de/rest/';
final String baseUrl = 'https://sandbox.sensor.awi.de/rest/';
//final String baseUrl = 'https://sensor.awi.de/rest/';
final String loginUrl = 'sensors/contacts/login';
final String collectionsUrl = 'sensors/collections/getAllCollections?pointInTime=2018-07-03T12%3A30%3A55.389Z';
final String eventTypesUrl = 'sensors/events/getAllEventTypes';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment