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
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:
id
name
currentWorkspaceId
memoryUsage
But the full range of fields if found here https://api.anaplan.com/2/0/objects/model:
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.
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:But the full range of fields if found here
https://api.anaplan.com/2/0/objects/model
: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.
The text was updated successfully, but these errors were encountered: