Docs for Python API?

I installed the Spinitron Python API on my dev box:

$ pip install spinitron

As the package Web page says,

The author of this package has not provided a project description

True enough. I can work off of the PHP docs and examples, but I’d prefer something specific to Python. My web searches have been unavailing. Pointers and advice welcome!

Hi Herb, thanks for joining the forum.

I don’t know anything about this package. I would not assume the PHP client is a guide to this. The API docs should apply https://spinitron.github.io/v2api/

Hi Tom,

I ended up writing my own very thin Python interface to the Spinitron REST API. That was much easier and faster than mucking around with someone else’s undocumented library.

1 Like

Makes sense, Herb. It’s a very simple API.