#Is there a way to connect to novu admin panel using nestjs?
1 messages · Page 1 of 1 (latest)
HI @twilit lark not right now, Nest is currently using the stateless library that is almost deprecated... I am suggesting you using node package and then creating your own method to fetch data from the other endpoints that can be found here: https://docs.novu.co/api/overview/
thanks for the answer @sick elm !