Nicolas Rodriguez
6bf528950f
[crystal-lang] Various fixes for Crystal client ( #21045 )
...
* fix(crystal): allow users to YAML.dump(model) to ease debug
* fix(crystal): make optional parameters truly optional
* fix(crystal): don't send query parameters when parameter is nil
* fix(crystal): implement cookie Auth
* fix(crystal): fix ameba warnings
* fix(crystal): update sample app specs
2025-04-09 15:04:00 +08:00
Yusuke Hosonuma
5ea31b585c
[crystal] Update crystal version 1.0.0 (from 0.35.1) ( #9477 )
...
* [crystal] update crystal version 1.0.0
* [crystal] show crystal version on CI
* [crystal][client] $ shards update --ignore-crystal-version
* [crystal][client] update pom.xml
2021-05-15 16:02:06 +08:00
William Cheng
1df719801e
Add a new crystal client generator (beta) ( #8304 )
...
* add crytsal client generator
* update samples
* update doc
* regenerate spec
* regenerate spec
* various fixes
* test crystal in circleci
* test crystal client in drone ci
* Revert "test crystal client in drone ci"
This reverts commit 317f2cf2a0 .
* fix install
* fix installation
* test crystal in travis
* cache image
* add --cache-from
* update doc
* run petstore with mvn
* install crystal
* fix install crystal
* sudo mvn
* run server
* using mvnw
* fix form or body parameter
* remove crystal from circleci
* fix test
* remove cache-from
* update doc
2021-01-07 17:10:22 +08:00