William Cheng
f05dd12b43
add decimal mapping in perl client gen ( #12897 )
2022-07-17 13:10:53 +08:00
AnaTofuZ
a9e63f4ce3
Perl: Type coercion for the JSON conversion part of Perl ( #12891 )
...
* Perl: separate date and DateTime
- Since the json values to be returned are different for date and DateTime, they are managed separately
* Per: Enforcing Perl types to openAPI types
Perl JSON values return different types depending on the context, so look at openapi's type and modify the type.
* generate samples
* generate docs
* add perl test (json types)
2022-07-16 22:18:51 +08:00
William Cheng
9377dbca56
Add "decimal" support ( #7808 )
...
* rename BigDecimal to decimal
* add isDecimal
* fix tests
* minor fixes
* fix mapping, update doc
* update test spec
* update c# samples
2020-11-02 21:31:32 +08:00
William Cheng
1efeb92f6b
Migrate Perl samples to use OAS v3 spec ( #6490 )
...
* update perl samples to use oas3
* test perl in travis ci
* fix uri query
* fix comment
* fix bearer token
* fix add pet
* update body to pet
2020-05-30 17:00:22 +08:00
William Cheng
7dbda049f0
Better tests for string (number) ( #3953 )
...
* beter test for string (number)
* fix mapping
* fix mapping in csharp generators
2019-09-30 15:22:44 +08:00
William Cheng
74c569ebf8
Make sure Perl client samples are up-to-date ( #3207 )
...
* Make sure Perl samples are up-to-date
* update perl samples
2019-06-25 10:34:44 +08:00
Min Kim
0e2eed6892
Perl: Basic bearer auth support ( #3192 )
...
* bearer token support
* [generator] running scripts
2019-06-21 18:32:11 +08:00
William Cheng
c6c477fc65
update perl test with correct body parameter ( #2717 )
2019-04-23 18:32:07 +08:00
Min Kim
06fdc925a5
Bugfix(Perl): Support nested primitive types in ARRARY or HASH for basic object ( #2713 )
...
* support nested primitive types in ARRARY or HASH for basic object
* run bin/perl-petstore.sh and bin/openapi3/{LANG}-petstore.sh
2019-04-23 16:19:16 +08:00
William Cheng
c60010c965
Update default value for Perl, Ruby, ROR generators ( #265 )
...
* rename perl genreator default
* update ruby sinatra default
* rename ror default value
2018-04-29 20:37:12 +08:00
William Cheng
f353f60b89
Update Perl client samples (OAS2, OAS3) with various fixes ( #204 )
...
* update perl client with various fixes
* update perl petstore with oas3, tests passed
2018-04-23 17:49:48 +08:00
Jeremie Bresson
53597764c3
Add OpenAPI spec 3.0 support (beta)
...
Co-authored-by: Akihito Nakano <sora.akatsuki@gmail.com>
Co-authored-by: Jeremie Bresson <dev@jmini.fr>
Co-authored-by: Jim Schubert <james.schubert@gmail.com>
Co-authored-by: Martin Delille <martin@phonations.com>
Co-authored-by: Tomasz Prus <tomasz.prus@gmail.com>
Co-authored-by: William Cheng <wing328hk@gmail.com>
2018-04-17 09:19:10 +02:00
wing328
7de95c52c1
add apache 2.0 license to perl api client
2016-06-10 22:43:56 +08:00
wing328
16a20f6194
update perl indention
2016-04-12 14:51:18 +08:00
wing328
68cb030609
add new files for format test model
2016-04-11 22:11:53 +08:00