Read interest
documentedAccess data about an interest by id/shortName/lang.
GET /api/1/interestInterestsno 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)
Note: This command is based on the Scoop.it API v1 documentation. The base API URL is https://www.scoop.it and the interest endpoint is /api/1/interest, authenticated with OAuth 2.0 Bearer tokens. See the API docs for reference: Introduction and URLs sections. ([scoop.it](https://www.scoop.it/dev/api/1/intro?utm_source=openai))
npx -y keychains@latest curl "https://www.scoop.it/api/1/interest?id={{$id}}&lang={{$lang}}&getTopics={{$getTopics}}&getUsers={{$getUsers}}&getPosts={{$getPosts}}&page={{$page}}" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"