- type: custom-api title: Raindrop Latest Links hide-header: true cache: 1h url: https://api.raindrop.io/rest/v1/raindrops/0?perpage=50 headers: { Authorization: "Bearer ${RAINDROP_TOKEN}" } template: | {{ if .JSON.Bool "result" }}
{{ else }}
No bookmarks found or API error.
{{ end }}