alexmohr / sonyapilib

Contains a python api to control sony devices.
MIT License
20 stars 11 forks source link

Refactor _send_http #30

Closed schoenpat closed 5 years ago

alexmohr commented 5 years ago

Coveralls detection is false positive.

alexmohr commented 5 years ago

How about using the enum with strings instead adding them in each call?

schoenpat commented 5 years ago

Just adds complexity to the code and improves nothing IMHO.