Skip to content

Autodesk java api response mapping #53

@StephenCADshare

Description

@StephenCADshare

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions