iconomi-ag / iconomi-api

ICONOMI platform open api
4 stars 3 forks source link

✨ Add `/strategies/{ticker}/posts` #25

Closed Rikj000 closed 2 years ago

Rikj000 commented 2 years ago

Feature Request

It would be lovely to have a /strategies/{ticker}/posts endpoint available! 🙂

With one of those I could write a bot that periodically scans for new news posts of strategy owners & then forwards them to Discord through a WebHook. And that's only one of the many implementations that would be possible with an endpoint like this! 😄

I would also implement an optional parameter amount, to define the X last messages to be fetched and make it default to something reasonable like the 10 last posts (keeps the load/data transfer of the endpoint light, but should usually be enough posts)

iconomi-support commented 2 years ago

A new endpoint has been added for strategy posts.

See documentation at: https://iconomi-ag.github.io/iconomi-api/#operation/posts

Best regards, Iconomi Team

Rikj000 commented 2 years ago

Thanks guys!