novuhq / go-novu

GO SDK for Novu - The open-source notification infrastructure for engineers. 🚀
MIT License
57 stars 45 forks source link

Pagination not working for list list topics API #82

Open eberkund opened 9 months ago

eberkund commented 9 months ago

The page parameter does not seem to have any effect, I cannot retrieve anything beyond the first page of results using the Go SDK.

Using the Node SDK it works fine however.