swagger-api/swagger-codegen

[Perl] add support for `binary` (byte array)

开放

#1,937 创建于 2016年1月21日

 (0 条评论) (0 个反应) (0 位负责人)HTML (5,474 个派生)batch import
Client: PerlEnhancement: Featurehelp wanted

仓库指标

星标
 (12,701 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Add support for binary parameter and response type in the Perl API client.

A good starting point is to look at how other languages make similar changes: Ruby: https://github.com/swagger-api/swagger-codegen/pull/1934 Java: https://github.com/swagger-api/swagger-codegen/pull/1898 C#: https://github.com/swagger-api/swagger-codegen/pull/1864 PHP: https://github.com/swagger-api/swagger-codegen/pull/1891

If anyone from the community wants to work on this, please reply to let us know.

贡献者指南