more G-Labs products

Author Topic: HG api  (Read 914 times)

December 29, 2014, 03:54:36 PM
Read 914 times

NicoVermeir

  • ****
  • Information
  • Sr. Member
  • Posts: 122
    • My blog
is there a documentation on the /api/ end point in homegenie?
I would like to see what's available and what I can use in the mobile app

December 29, 2014, 04:34:41 PM
Reply #1

Gene

  • *****
  • Information
  • Administrator
  • Posts: 1472
  • Tangible is the future!
    • Yet Another Programmer
No web API documentation available at the moment.

You'll have to dig the source code here
https://github.com/genielabs/HomeGenie/tree/master/HomeGenie/Service/Handlers
and or see how the UI is using it:
https://github.com/genielabs/HomeGenie/tree/master/BaseFiles/Common/html/js/api
also there's an old brief introduction to HG web api:
http://sourceforge.net/p/homegenie/wiki/HomeGenie%20Web%20Service%20API/

Cheers,
g.

December 29, 2014, 06:54:00 PM
Reply #2

NicoVermeir

  • ****
  • Information
  • Sr. Member
  • Posts: 122
    • My blog
well, I was hoping to avoid diggin through JS (really, really don't like JS :))
but I'll make it work, thanks!