botpress / nlu

This repo contains every ML/NLU related code written by Botpress in the NodeJS environment. This includes the Botpress Standalone NLU Server.
22 stars 21 forks source link

chore(nlu-client): no need for appid when calling the info route #81

Closed franklevasseur closed 2 years ago

franklevasseur commented 2 years ago

Title pretty much what this PR is about.

This was implemented by asking for appId as method parameter instead of ctor. It is thus only required when truly needed.