An effective way to get all available streams, as well as their latest version!
const names_of_streams = (await api.getChangelogStreams()).map(s => s.name) Copy
const names_of_streams = (await api.getChangelogStreams()).map(s => s.name)
An effective way to get all available streams, as well as their latest version!