Is there a way to connect to novu admin panel using nestjs?

I'm reading the docs and code but couldn't find a way to connect to my local novu admin panel while using @Novu/nest. Is it available?
3 Replies
DavidSouthmountain
HI @andreluizsgf 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/
AndreLuizsgf
AndreLuizsgf2y ago
thanks for the answer @davidsouthmountain !