cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Snap SDK Javadocs?

rpatrick00
Contributor

In working on custom snaps, I find myself looking for more information about certain classes/methods in the SDK. I have tried searching for the Javadocs but have not found them. Do these exist? If so, can someone provide a link?

2 REPLIES 2

ptaylor
Employee
Employee

We donโ€™t have javadocs available at this time. Do you have any questions about specific interfaces I might be able to help with?

rpatrick00
Contributor

I am trying to write a fairly complex custom snap so I have questions all the time. I end up using a lot of trial and error to figure things out and while it works, it is not very productive. The samples provided are pretty basic so I was hoping for at least some documentation of the API beyond what I see at https://developer.snaplogic.com.

As an example for something I had to figure out myself, the PropertyBuilder.describe() method is overloaded to take 1, 2, or 3 strings. The argument names showing up in IntelliJ are worthless (s, s1, s2) for understanding their purpose. The examples are not very helpful eitherโ€ฆ