novuhq / novu-kotlin

Kotlin SDK for Novu - The open-source notification infrastructure for engineers. 🚀
MIT License
19 stars 8 forks source link

Untyped Arguments #62

Closed lwuethrich-devedis closed 4 months ago

lwuethrich-devedis commented 6 months ago

Many kotlin sdk methods are untyped such as co.novu.dto.request.MarkMessageActionAsSeenRequest and have an Any type or String.

It would make the kotlin sdk more useful and less error prone to use if the types were more strict in this case.