swagger-api/swagger-codegen
C#: Add support for collectionFormats for query string parameters
開放
#2,789 建立於 2016年5月6日
Client: C-SharpEnhancement: Generalhelp wanted
倉庫指標
- 星標
- (12,701 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
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