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

1 messages · Page 1 of 1 (latest)

twilit lark
#

I'm reading the docs and code but couldn't find a way to connect to my local novu admin panel while using @alpine hound/nest. Is it available?

sick elm
#

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/

twilit lark
#

thanks for the answer @sick elm !