Get event feed
documentedGets the current event items.
GET /event/feedEventsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.lime-go.com/v1/event/feed" \
-X GET \
-H "Authorization: go-api: {{LIME-GO_API_KEY}}" \
-H "Accept: application/json"