BaseTide RSS-server

1 items opgeslagen. Hoofdfeed: http://localhost:8090/feed.xml

Feeds per categorie

CategorieItemsFeed-URL
alerts1http://localhost:8090/feed/alerts.xml

Item toevoegen

curl -X POST http://localhost:8090/api/items \
  -H "X-API-Key: $API_KEY" -H "Content-Type: application/json" \
  -d '{"title":"Voorbeeld","description":"Tekst","category":"alerts"}'