ccmarris / python-bloxone

BSD 2-Clause "Simplified" License
2 stars 3 forks source link

Use b1.return_codes_ok in examples instead of b1ddi.return_codes_ok #1

Closed frankhecker closed 3 years ago

frankhecker commented 3 years ago

I was originally using numeric HTML status codes (e.g., 200) in my code, but decided to switch over to the style shown in the "Usage and Examples" page. However referencing b1ddi.return_codes_ok gives an error. I believe the reference should be to b1.return_codes_ok instead. At least that works with my own code.

frankhecker commented 3 years ago

Sorry, I misunderstood what the example is doing. You can ignore this. (I don't think it's possible to delete it?)