mytaglist.com/.net Web Services
The following are the open web service API of mytaglist.com/.net. These API are what you need to build everything from simple cutom automation/integration projects to full-fledged apps like the official MyTagList2 iOS app.
Currently, we only provide concise documentation for each method. More detailed information will be added in future or per urgent requests. Let us know how you plan to use these APIs and we will help you as much as we can.
- ethAccount.asmx
Collection of methods related to account creation and logging in/off. - ethClient.asmx
Collection of methods used by a typical client app. Requires login. - ethLogs.asmx
Collection of methods related to retrieving motion event and temperature log data. Requires login. - ethMobileNotifications.asmx
Collection of methods called by iOS/Android apps in order to register for Apple Push Notification or Google Could to Device Messaging. Requires login.
The following are source code of the mytalist.com/eth Web App, which is 100% based on HTML/jQuery/Ajax calling the above web service API, instead of server side ASP.NET webform.
Cross link to API documentation/html UI element/internal javascript functions have been added for easy browsing. These will serve as excellent example on how to use the above web service API.- client.js
Shared javascript code. - signin.html
Login screen UI & Code. - activate.html
Registration screen UI & Code. - index.html
Main screen UI (includes most dialog boxes). - stats.html
Motion Event Statistics screen UI & Code. - tempStats.html
Temperature Statistics screen UI & Code.
Source code of our official Android app and iOS app will be released to those serious developers who have purchased our product.