swagger-api/swagger-codegen

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

Ouverte

#1 937 ouverte le 21 janv. 2016

 (0 commentaire) (0 réaction) (0 personne assignée)HTML (5 474 forks)batch import
Client: PerlEnhancement: Featurehelp wanted

Métriques du dépôt

Stars
 (12 701 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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.

Guide contributeur