1 items opgeslagen. Hoofdfeed: http://localhost:8090/feed.xml
| Categorie | Items | Feed-URL |
|---|---|---|
| alerts | 1 | http://localhost:8090/feed/alerts.xml |
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"}'