vangorra / python_withings_api

Library for the Withings Health API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Completely clone to adapt to another API

tikismoke opened this issue · comments

Hi,

I wanted to let you know that i clone your repo to adapt it to another API.
It's Xee api v4 that also use Oauth2 like withings.

I'm going to make it working as much as i can.

The goal will be to have a pure python api and made it available in Homeassistant in the future.

Thank's for all your work.

Great! I'm happy to hear this helps somebody. I feel the one of the greatest strengths of this API implementation is it's strict adhearance to immutable design and strong typing. I'm glad that philosophy can help somebody else.