swagger-api/swagger-codegen

C#: Add support for collectionFormats for query string parameters

Open

#2789 aperta il 6 mag 2016

Vedi su GitHub
 (4 commenti) (0 reazioni) (0 assegnatari)HTML (5474 fork)batch import
Client: C-SharpEnhancement: Generalhelp wanted

Metriche repository

Star
 (12.701 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

Currently, all collections, arrays and lists that are sent as a query string parameter get formatted as a comma separated list of strings and do not support any other collectionFormats. See here.

I've made some preliminary modifications here but do not currently have time to make all the changes to unit tests and samples for a proper pull request.

Related Java/Android Pull Request#893 Related Java Issue#484

Guida contributor