anaplaninc / anaplan-java-client

7 stars 16 forks source link

Missing fields in some API models/Open for PRs #47

Open andrewrowe-wk opened 3 months ago

andrewrowe-wk commented 3 months ago

Hello! We use the Anaplan Java Client library and have gotten tons of mileage out of it. Thank you for maintaining it!

One thing I have noticed is that some of the DTOs do not support the full range of fields that get returned by the API. For example, on the ModelData.java we have the following fields:

Do you accept PRs? If I were to add these fields, would it be considered? I have tried using the library and subclassing the things that I need, but it is so extensive, that modifying the original makes the most sense.

Thanks,

Andrew

PS

Is https://artifacts.anaplan-np.net/ still active? I see references to it in the pom.xml, but it looks like a dead site.

andrewrowe-wk commented 3 months ago

Sorry for the ping, but wanted to make sure @skharab-anaplan and @ajunnola-anaplan saw this.