swagger-api/swagger-codegen

C#: Add support for collectionFormats for query string parameters

Aberta

#2.789 aberto em 6 de mai. de 2016

 (4 comentários) (0 reação) (0 responsável)HTML (5.474 forks)batch import
Client: C-SharpEnhancement: Generalhelp wanted

Métricas do repositório

Stars
 (12.701 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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

Guia do colaborador