Accessing TinyTiny RSS API

Hi,

I’m considering writing a TinyTinyRSS text mode client. But I’ve not been able to
figure out how to access the API over Yunohost’s security layer.

According to: https://tt-rss.org/wiki/ApiReference
curl -d '{"op":"login","user":"you","password":"xxx"}' http://example.com/tt-rss/api/
should work (with proper login+url) I hoped that adding --anyauth -u user -L to curl
would to the job, but nope. curl just returns the login page.
So how to access the API? What security standard is used?
Thanks!

the /api path as a permission set and should be reachable (but it is not… I get a 500 error)

Do you know https://newsboat.org? It is working for me with my ttrss installation.

Thanks, I’ll have a look at how newsboat is handling the login.