DocMarty84 / miniflutt

Another Miniflux client.
MIT License
115 stars 16 forks source link

api end point shall change #33

Closed sasasqt closed 1 year ago

sasasqt commented 1 year ago

the api endpoint provided by miniflux is url/miniflux/v1/ instead of url/miniflux

DocMarty84 commented 1 year ago

Hello, I'm not sure I understand. The doc mentions /v1: https://miniflux.app/docs/api.html However, you do not have to include the /v1 part when setting up: https://github.com/DocMarty84/miniflutt#getting-started

sasasqt commented 1 year ago

this is what i mean, miniflux mentioned their api in here with v1 included: image

However, you do not have to include the /v1 part when setting up: https://github.com/DocMarty84/miniflutt#getting-started

i figured it out by looking the http headers :/

DocMarty84 commented 1 year ago

Hum yeah, that may be confusing. I already thought about changing it, but that would be a breaking change :-( Glad you you find the solution by yourself.