Commit 0f7d27cc authored by Michal Čihař's avatar Michal Čihař

Document RSS feeds

parent 77fc2871
......@@ -85,3 +85,24 @@ Weblate provides various exports to allow you further process the data.
"url": "http://l10n.cihar.com/projects/weblate/master/el/"
},
]
RSS feeds
---------
Changes in translations are exported in RSS feeds.
.. describe:: GET /exports/rss/(string:project)/(string:subproject)/(string:language)/
Retrieves RSS feed with recent changes for a translation.
.. describe:: GET /exports/rss/(string:project)/(string:subproject)/
Retrieves RSS feed with recent changes for a subproject.
.. describe:: GET /exports/rss/(string:project)/
Retrieves RSS feed with recent changes for a project.
.. describe:: GET /exports/rss/
Retrieves RSS feed with recent changes for Weblate instance.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment