marksull / err-backend-cisco-webex-teams

Err Backend for Cisco Webex Teams
MIT License
24 stars 6 forks source link

cannot get to the provided URL to get device information #19

Closed ufcfanatic closed 5 years ago

ufcfanatic commented 5 years ago

Hey Mark I tried this URL you put in the code and it does not work - DEVICES_URL = 'https://wdm-a.wbx2.com/wdm/api/v1/devices Screenshot (8) '

Is there an updated URL to use ?

mh720 commented 5 years ago

That endpoint works for my errbot, it's an API endpoint and so requires authentication via webex API.

There's a documented errbot Docker container at https://github.com/swarmstack/errbot-docker that includes this Webex Teams backend for reference.

marksull commented 5 years ago

Yeah its not something you can just browse too. Check out _get_device_info() to see how that URL is used as part of an authenticated webex session.