nextcloud / news-updater

:newspaper: Fast, parallel feed updater for the News app; written in Python
GNU General Public License v3.0
107 stars 23 forks source link

Add REST API support for News v15 #32

Closed DriverXX closed 3 years ago

DriverXX commented 3 years ago

This should fix #29

However, at the moment, due to a small bug in the REST API of news app it still does not work with News v15.1.0 but only with versions up to v15.0.6.

freaktechnik commented 3 years ago

Any reference to the bug for news or what version of news will have it fixed?

freaktechnik commented 3 years ago

I have just tested this PR locally against my news 15.2.2 and it worked as expected (no errors, feeds got updated). Is there anything holding back merging this?