by Marco Lettieri | Gate Method detail
Method description End point /getMyGates Description Get the list of all the GateBEEs of the user identified by the Bearer Token Request method POST Bearer token Required Request RequestParam None RequestBody None Response A JSONArray representation of the user's Gates Example Array Fields Field name Description Type id Gate identifier Long serial Gate serial number String [...]
by Marco Lettieri | Android
The communication between server and client is managed with rest http. When you want invoke a specific method you can use : see also Create your Activity. Demo code Array
by Marco Lettieri | Android
This is how you must implement your activity, after connection you can send command or get information from microbees system. Demo code Array With this : Array You can see complete list of all REST API here.
by Marco Lettieri | Android
use the "Import Module..." function to include the mybees SDK After you've imported the module click on "Open Module Settings" and add dependencies from this module. Now in build.gradle add this dependencies: Array Open your strings.xml file. Example path: /app/src/main/res/values/strings.xml. Add a new string with the name microbees_clinet_id and value as your MicroBees Client ID [...]
by Marco Lettieri | Android
These are the simple step you have to do before start coding your Android APP: download the SDK from here library; Create your microBees Application from Developer Dashboard; Get your App ClientID (the API_KEY); Add our SDK (and dependencies) to your Android Studio project; Configure your project in accordance with the following specifications. This SDK [...]
by Marco Lettieri | Documentation article
Follow this simple steps to create and configure a new MicroBees APP. You'll need MicroBees developer account to get started. If you don't have one or want to upgrade your user account to a MicroBees Developer account now simply follow the link below: Login with your microBees account Choose "Apps" in the header navigation and select "Add a New [...]