Browse Source

'README.md' updaten

master
mb 1 year ago
parent
commit
2b6d949165
  1. 12
      README.md

12
README.md

@ -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)

Loading…
Cancel
Save