issues
search
Lightmatter
/
welkin-health
A Python wrapper of the Welkin Health API
https://welkin.readthedocs.io
Other
4
stars
3
forks
source link
Add explicit typing and expose this to users
#44
Closed
rwwiv
closed
1 year ago
rwwiv
commented
2 years ago
Pros
Ease of use
Stronger coupling to api
Versioning of this library would better indicate changes to the REST api
Integration testing could validate the REST api matches the expected model
Cons
Rigidity
changes to the REST api would necessitate an update to this library
Pros
Cons