'README.md' updaten

This commit is contained in:
mb 2023-05-03 14:32:53 +02:00
parent a8973ba029
commit 2b6d949165

View File

@ -16,25 +16,25 @@ The feeds are updated every 10 minutes.
## Access points ## Access points
**/API/latest/[num]** **/feeds/latest/[num]**
For example: https://multi.vvvvvvaria.org/API/latest/5 For example: https://multi.vvvvvvaria.org/feeds/latest/5
(for the latest 5 posts in all feeds) (for the latest 5 posts in all feeds)
Format: `JSON` (default) & `Markdown` Format: `JSON` (default) & `Markdown`
**/API/today/** **/feeds/today/**
For example: https://multi.vvvvvvaria.org/API/today/ For example: https://multi.vvvvvvaria.org/feeds/today/
(for the posts published today) (for the posts published today)
Format: `JSON` (default) & `Markdown` Format: `JSON` (default) & `Markdown`
**/API/past/[days]** **/feeds/past/[days]**
For example: https://multi.vvvvvvaria.org/API/past/30 For example: https://multi.vvvvvvaria.org/feeds/past/30
(for all the posts published in the last 30 days) (for all the posts published in the last 30 days)