recommendations
recommendations copied to clipboard
add restful API
It's basically the same as the existing endpoint, but with a few enhancements (which could also be integrated with the existing controller):
- no CSRF required
- CORS support
- versionized endpoint
cc @leonvandebroek
@leonvandebroek can you please test this and report if it's working for you?
@ChristophWurst documentation is prepared (nextcloud/documentation#7877) and I submitted a pr to fix a bug which prevents the xml serialization (nextcloud/server#30417).
Could this be rebased @sualko ?
Superseded by #829