“Seafile is an open source file sync&share solution designed for high reliability, performance and productivity. Sync, share and collaborate across devices and teams.”
If n8n has node Seafile, n8n will more powerful.
This is document out Seafile’s API: Seafile Server
P/s: Before has Seafile node in n8n, I want to use http request node to use Get File Update Logs of Seafile, this is sample:
GET https://cloud.seafile.com/api/v2.1/admin/logs/file-update/?start=2016-03-20&end=2016-03-31
Sample request
curl -H "Authorization: Token f651b0fb62978961b68e1bf8d740647d2fc4be8" -H 'Accept: application/json; indent=4' "https://demo.seafile.top/api/v2.1/admin/logs/file-update/?start=2019-07-30&end=2019-07-31"
I don’t know how to put this on http request node, please guide me, thanks!