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 317f2cf2a09f902c08ced214e8e5802fa79c3de8.

* 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

20 lines
440 B
Plaintext

.gitignore
.travis.yml
README.md
git_push.sh
shard.yml
spec/spec_helper.cr
src/petstore.cr
src/petstore/api/pet_api.cr
src/petstore/api/store_api.cr
src/petstore/api/user_api.cr
src/petstore/api_client.cr
src/petstore/api_error.cr
src/petstore/configuration.cr
src/petstore/models/api_response.cr
src/petstore/models/category.cr
src/petstore/models/order.cr
src/petstore/models/pet.cr
src/petstore/models/tag.cr
src/petstore/models/user.cr