Now that "position" is deprecated in both @Api and @ApiOperation annotations,
how do we specify the order that Resources and Operations should appear in the ui?
--
You received this message because you are subscribed to the Google Groups "Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggers...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Check out the apisSorter property in https://github.com/swagger-api/swagger-ui#parameters.
On Wed, Jun 10, 2015 at 1:53 PM, Steven Schwell <ssch...@jibe.com> wrote:
Now that "position" is deprecated in both @Api and @ApiOperation annotations,
how do we specify the order that Resources and Operations should appear in the ui?
--
You received this message because you are subscribed to the Google Groups "Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggersocket+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Because it's a map. There's no way to specify order in a map.
Thanks for the suggestion, but I don't see how that helps to specify the order in which Resources appear in the UI, or the order in which operations appear within a resource.
I don't want to alphabetize them, or some other arbitrary order; I want to specify the order explicitly.
Is there a sample I can look at?
The "position" parameter in the annotations seemed to be a nice solution. Do you know why that was deprecated?
Thanks
s.
On Wednesday, June 10, 2015 at 1:55:38 PM UTC-4, Ron wrote:
Check out the apisSorter property in https://github.com/swagger-api/swagger-ui#parameters.
On Wed, Jun 10, 2015 at 1:53 PM, Steven Schwell <ssch...@jibe.com> wrote:
Now that "position" is deprecated in both @Api and @ApiOperation annotations,
how do we specify the order that Resources and Operations should appear in the ui?
--
You received this message because you are subscribed to the Google Groups "Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggers...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
-------------------------------------------http://swagger.io
https://twitter.com/SwaggerApi
-----------------------------------------
--
You received this message because you are subscribed to the Google Groups "Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggers...@googlegroups.com.
Because it's a map. There's no way to specify order in a map.
On Jun 10, 2015 2:33 PM, "Steven Schwell" <ssch...@jibe.com> wrote:
Thanks for the suggestion, but I don't see how that helps to specify the order in which Resources appear in the UI, or the order in which operations appear within a resource.
I don't want to alphabetize them, or some other arbitrary order; I want to specify the order explicitly.
Is there a sample I can look at?
The "position" parameter in the annotations seemed to be a nice solution. Do you know why that was deprecated?
Thanks
s.
On Wednesday, June 10, 2015 at 1:55:38 PM UTC-4, Ron wrote:
Check out the apisSorter property in https://github.com/swagger-api/swagger-ui#parameters.
On Wed, Jun 10, 2015 at 1:53 PM, Steven Schwell <ssch...@jibe.com> wrote:
Now that "position" is deprecated in both @Api and @ApiOperation annotations,
how do we specify the order that Resources and Operations should appear in the ui?
--
You received this message because you are subscribed to the Google Groups "Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggersocket+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
-------------------------------------------http://swagger.io
https://twitter.com/SwaggerApi
-----------------------------------------
--
You received this message because you are subscribed to the Google Groups "Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggersocket+unsub...@googlegroups.com.
Well there are Map implementations that preserve order, e.g. LinkedHashMap
But bottom line, this is functionality that we lost in the upgrade, right?
On Wednesday, June 10, 2015 at 2:40:43 PM UTC-4, Ron wrote:
Because it's a map. There's no way to specify order in a map.
On Jun 10, 2015 2:33 PM, "Steven Schwell" <ssch...@jibe.com> wrote:
Thanks for the suggestion, but I don't see how that helps to specify the order in which Resources appear in the UI, or the order in which operations appear within a resource.
I don't want to alphabetize them, or some other arbitrary order; I want to specify the order explicitly.
Is there a sample I can look at?
The "position" parameter in the annotations seemed to be a nice solution. Do you know why that was deprecated?
Thanks
s.
On Wednesday, June 10, 2015 at 1:55:38 PM UTC-4, Ron wrote:
Check out the apisSorter property in https://github.com/swagger-api/swagger-ui#parameters.
On Wed, Jun 10, 2015 at 1:53 PM, Steven Schwell <ssch...@jibe.com> wrote:
Now that "position" is deprecated in both @Api and @ApiOperation annotations,
how do we specify the order that Resources and Operations should appear in the ui?
--
You received this message because you are subscribed to the Google Groups "Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggers...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
-------------------------------------------http://swagger.io
https://twitter.com/SwaggerApi
-----------------------------------------
--
You received this message because you are subscribed to the Google Groups "Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggers...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggers...@googlegroups.com.
I'm talking about a JSON map which is used to represent it. By definition (theirs, not mine), there's no guarantee for order in those.So yes, that functionality was removed, whether we wanted to or not.
On Wed, Jun 10, 2015 at 3:08 PM, Steven Schwell <ssch...@jibe.com> wrote:
Well there are Map implementations that preserve order, e.g. LinkedHashMap
But bottom line, this is functionality that we lost in the upgrade, right?
On Wednesday, June 10, 2015 at 2:40:43 PM UTC-4, Ron wrote:
Because it's a map. There's no way to specify order in a map.
On Jun 10, 2015 2:33 PM, "Steven Schwell" <ssch...@jibe.com> wrote:
Thanks for the suggestion, but I don't see how that helps to specify the order in which Resources appear in the UI, or the order in which operations appear within a resource.
I don't want to alphabetize them, or some other arbitrary order; I want to specify the order explicitly.
Is there a sample I can look at?
The "position" parameter in the annotations seemed to be a nice solution. Do you know why that was deprecated?
Thanks
s.
On Wednesday, June 10, 2015 at 1:55:38 PM UTC-4, Ron wrote:
Check out the apisSorter property in https://github.com/swagger-api/swagger-ui#parameters.
On Wed, Jun 10, 2015 at 1:53 PM, Steven Schwell <ssch...@jibe.com> wrote:
Now that "position" is deprecated in both @Api and @ApiOperation annotations,
how do we specify the order that Resources and Operations should appear in the ui?
--
You received this message because you are subscribed to the Google Groups "Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggersocket+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
-------------------------------------------http://swagger.io
https://twitter.com/SwaggerApi
-----------------------------------------
--
You received this message because you are subscribed to the Google Groups "Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggersocket+unsub...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggersocket+unsub...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggers...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
-------------------------------------------http://swagger.io
https://twitter.com/SwaggerApi
-----------------------------------------
--
You received this message because you are subscribed to the Google Groups "Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggers...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggers...@googlegroups.com.
-------------------------------------------http://swagger.io
https://twitter.com/SwaggerApi
-----------------------------------------
--
You received this message because you are subscribed to the Google Groups "Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggers...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggersocket+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
-------------------------------------------http://swagger.io
https://twitter.com/SwaggerApi
-----------------------------------------
--
You received this message because you are subscribed to the Google Groups "Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggersocket+unsub...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggersocket+unsub...@googlegroups.com.
-------------------------------------------http://swagger.io
https://twitter.com/SwaggerApi
-----------------------------------------
--
You received this message because you are subscribed to the Google Groups "Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggersocket+unsub...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggers...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
-------------------------------------------http://swagger.io
https://twitter.com/SwaggerApi
-----------------------------------------
--
You received this message because you are subscribed to the Google Groups "Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggers...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggers...@googlegroups.com.
-------------------------------------------http://swagger.io
https://twitter.com/SwaggerApi
-----------------------------------------
--
You received this message because you are subscribed to the Google Groups "Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggers...@googlegroups.com.
-------------------------------------------http://swagger.io
https://twitter.com/SwaggerApi
-----------------------------------------
--
You received this message because you are subscribed to the Google Groups "Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggers...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggersocket+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
-------------------------------------------http://swagger.io
https://twitter.com/SwaggerApi
-----------------------------------------
--
You received this message because you are subscribed to the Google Groups "Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggersocket+unsub...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggersocket+unsub...@googlegroups.com.
-------------------------------------------http://swagger.io
https://twitter.com/SwaggerApi
-----------------------------------------
--
You received this message because you are subscribed to the Google Groups "Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggersocket+unsub...@googlegroups.com.
-------------------------------------------http://swagger.io
https://twitter.com/SwaggerApi
-----------------------------------------
--
You received this message because you are subscribed to the Google Groups "Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggersocket+unsub...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggers...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
-------------------------------------------http://swagger.io
https://twitter.com/SwaggerApi
-----------------------------------------
--
You received this message because you are subscribed to the Google Groups "Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggers...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggers...@googlegroups.com.
-------------------------------------------http://swagger.io
https://twitter.com/SwaggerApi
-----------------------------------------
--
You received this message because you are subscribed to the Google Groups "Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggers...@googlegroups.com.
-------------------------------------------http://swagger.io
https://twitter.com/SwaggerApi
-----------------------------------------
--
You received this message because you are subscribed to the Google Groups "Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggers...@googlegroups.com.
-------------------------------------------http://swagger.io
https://twitter.com/SwaggerApi
-----------------------------------------
--
You received this message because you are subscribed to the Google Groups "Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggers...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggersocket+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
-------------------------------------------http://swagger.io
https://twitter.com/SwaggerApi
-----------------------------------------
--
You received this message because you are subscribed to the Google Groups "Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggersocket+unsub...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggersocket+unsub...@googlegroups.com.
-------------------------------------------http://swagger.io
https://twitter.com/SwaggerApi
-----------------------------------------
--
You received this message because you are subscribed to the Google Groups "Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggersocket+unsub...@googlegroups.com.
-------------------------------------------http://swagger.io
https://twitter.com/SwaggerApi
-----------------------------------------
--
You received this message because you are subscribed to the Google Groups "Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggersocket+unsub...@googlegroups.com.
-------------------------------------------http://swagger.io
https://twitter.com/SwaggerApi
-----------------------------------------
--
You received this message because you are subscribed to the Google Groups "Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggersocket+unsub...@googlegroups.com.