kanboard / python-api-client

Python API Client for Kanboard
https://pypi.org/project/kanboard
MIT License
79 stars 26 forks source link

401 no matter what I do, I can get it to work with curl #38

Open vecst opened 1 week ago

vecst commented 1 week ago

I cannot get the API to connect to my kanboard. Everything I've tried leads me to a 401, except using curl. Curl only works if I use X-API-Auth. I don't know how to use custom headers with python API. Please help me. I'll provide any info needed

vecst commented 6 days ago

I was able to get it figured out, well a friend helped me. There's an optional 4th parameter that seems to be missing any documentation that lets you set the header type.