Skip to content

Strip out IHttpFile properties when creating service models #75

Description

@TheRealDougSchmidt

The resulting service model Java classes generated by src\main\java\com\aquaticinformatics\aquarius\sdk\timeseries\create_service_models.sh includes IHttpFile properties for any POST request which supports file uploads.

These classes won't compile. The classes just need to be stripped of the IHttpFile properties, and their getters and setters, and then the SDK code is fine.

While this is a quick manual edit, taking only a minute, it is something that should be automated so that a new SDK can be regenerated without intervention.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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