In Ansible
yaml
- name: Install simple-swagger 0.5.0
pip:
name: "simple-swagger==0.5.0"
Changelog
* c93532b Merge branch 'master' of github.com:reddec/simple-swagger
* 15322fe add minimal support for custom accepted content types
* 3bfe894 typescript: fix error API
* fa416c5 fix import for languages
* da43fc9 poc typescript generator
* ac4f045 basic typescript generator
* a49efd8 stub to support another languages
* 40c1fc1 return empty array instead of null in case endpoint returns array
* e3e2761 add Install helper for server code
* ac9e693 support security type with import
* 9667b29 fix pattern matching for strings without structures
* 15f9a47 sort methods by name to keep the same order