Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Java SDK Examples in API Reference Pages #295

Open
m-a-r-1912 opened this issue Oct 26, 2023 · 2 comments
Open

Update Java SDK Examples in API Reference Pages #295

m-a-r-1912 opened this issue Oct 26, 2023 · 2 comments
Assignees

Comments

@m-a-r-1912
Copy link
Contributor

Several of the Java SDK examples in the API Reference documentation aren't correct according to the current SDK code.

For instance, the Trigger Event doc has a Java example in which triggerEvent(event) accepts a HashMap as its argument. However, in the current SDK code, the triggerEvent(event) method actually requires a TriggerEventRequest as its parameter.

There are similar discrepancies in the other doc pages.

These examples should be updated to reflect how to use the current Java SDK.

@jainpawan21
Copy link
Member

@m-a-r-1912
Assigned this to you!

@m-a-r-1912
Copy link
Contributor Author

Thanks, I've started working on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants