I was wondering, does anyone use/recommend a pytho...
# fleet
j
I was wondering, does anyone use/recommend a python module for accessing fleet? I am aware of fleetctl but I’d prefer not to shell out
c
The API is really easy to use and exposes all the features - i wrote a go package that uses the bits i need in my tooling, but for python stuff i just called it with
requests
which has easy native support for json