Added documentation for the behavior of the status LED in the __init__() parameter to address Issue #120. I went with this way instead of for each method for brevity, but if that would be the preferred method, I'm happy to do it that way!
Also changed it so post() would turn the status LED off after completion like the other HTTP methods.
Added documentation for the behavior of the status LED in the
__init__()
parameter to address Issue #120. I went with this way instead of for each method for brevity, but if that would be the preferred method, I'm happy to do it that way!Also changed it so
post()
would turn the status LED off after completion like the other HTTP methods.