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

Autodesk java api response mapping #53

Open
StephenCADshare opened this issue Sep 21, 2021 · 0 comments
Open

Autodesk java api response mapping #53

StephenCADshare opened this issue Sep 21, 2021 · 0 comments

Comments

@StephenCADshare
Copy link

StephenCADshare commented Sep 21, 2021

https://stackoverflow.com/questions/69270000/autodesk-java-api-response-mapping

We are using the forge-api-java-client. There is an issue in Model Derivatives getManifest call.

The response fails mapping with a single Message String being returned instead of the expected String Array.

Have switched to using local build of the jar, change in file Message.java

public void setMessage(String message) {
    List<String> messages = new ArrayList<>();
    messages.add(message);
    setMessage(messages);
  }

Could this change be merged into the project.

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

1 participant