I have a use case where I would like to have an OPML file define a portable source of truth for which URLs to follow.
Importing it via the API would make feedpushr obey the items included in the last import, discarding the rest, which differs from the append-only approach as it exists now.
I'm happy to provide an example of this. The POST endpoint could take a payload/param signalling this strict import mode.
Is there any appetite for it / pitfall to be aware of before I make a start?
Hi, @ncarlier - thank you for all the good work.
I have a use case where I would like to have an OPML file define a portable source of truth for which URLs to follow.
Importing it via the API would make feedpushr obey the items included in the last import, discarding the rest, which differs from the append-only approach as it exists now.
I'm happy to provide an example of this. The
POST
endpoint could take a payload/param signalling thisstrict
import mode. Is there any appetite for it / pitfall to be aware of before I make a start?