You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first page a Java developer sees is this one, which confuses me because the first code example already has two different ways of getting a Novu instance:
// Using the API Key onlyNovunovu = newNovu(apiKey);
// Using the Config ParamNovuConfignovuConfig = newNovuConfig(apiKey);
Novunovu = newNovu(novuConfig);
Nowhere in this example or on the containing page does it explain the difference between using an apiKey directly in the Novu constructor, or using NovuConfig. Perhaps a simpler, but also more useful example could be used and leave the (probably more complicated) usage of NovuConfig for later?
I'm not even sure the "Usage" section is even useful, if the real docs for Java are under the Quickstart at https://docs.novu.co/quickstarts/java. Are there plans for adding more docs to this page?
Also, the Quickstart page has the same problem: showing both ways to instantiate Novu without saying why to use one over the other, and no links to more specific API docs for the constructor.
The text was updated successfully, but these errors were encountered:
Path: /sdks/java
The first page a Java developer sees is this one, which confuses me because the first code example already has two different ways of getting a
Novu
instance:Nowhere in this example or on the containing page does it explain the difference between using an
apiKey
directly in theNovu
constructor, or usingNovuConfig
. Perhaps a simpler, but also more useful example could be used and leave the (probably more complicated) usage ofNovuConfig
for later?I'm not even sure the "Usage" section is even useful, if the real docs for Java are under the Quickstart at https://docs.novu.co/quickstarts/java. Are there plans for adding more docs to this page?
Also, the Quickstart page has the same problem: showing both ways to instantiate
Novu
without saying why to use one over the other, and no links to more specific API docs for the constructor.The text was updated successfully, but these errors were encountered: