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
{{ message }}
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.
I'm currently using spray-swagger and encountering the following issue:
I have three @Api each containing a position argument.
Each of these api contains multiple @ApiOperation containing a position argument as well.
The problem is that those position arguments do not seem to be picked up by spray-swagger. Indeed, the @Api and @ApiOperation seem to be ordered alphabetically.
Any ideas why?
The text was updated successfully, but these errors were encountered:
Hmmm... It may be the serializer isn't honoring the position property
correctly, or is confused with the nested attributes. I'll need to do some
digging to see if it's in the swagger-core layer or of it's how
spray-swagger is serializing the response.
On Aug 19, 2014, at 8:23 AM, Benjamin Fradet [email protected]
wrote:
Hey,
I'm currently using spray-swagger and encountering the following issue:
I have three @Api each containing a position argument.
Each of these api contains multiple @ApiOperation containing a position
argument as well.
The problem is that those position arguments do not seem to be picked up by
spray-swagger. Indeed, the @Api and @ApiOperation seem to be ordered
alphabetically.
Any ideas why?
—
Reply to this email directly or view it on GitHub #33.
Hey,
I'm currently using spray-swagger and encountering the following issue:
I have three
@Api
each containing aposition
argument.Each of these api contains multiple
@ApiOperation
containing aposition
argument as well.The problem is that those
position
arguments do not seem to be picked up by spray-swagger. Indeed, the@Api
and@ApiOperation
seem to be ordered alphabetically.Any ideas why?
The text was updated successfully, but these errors were encountered: