[Java/okhttp] Add dynamic operations option (#7916)

* Add dynamicOperations option to okhttp gen

* Add tests

* Add apiclient tests

* Fix apiclient template

* Add dependencies in gradle and sbt
This commit is contained in:
Christophe Bornet
2020-12-10 11:22:39 +01:00
committed by GitHub
parent d2f9d421d4
commit f2d8e3a25b
224 changed files with 29207 additions and 82 deletions

View File

@@ -0,0 +1,23 @@
# BigCat
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**kind** | [**KindEnum**](#KindEnum) | | [optional]
## Enum: KindEnum
Name | Value
---- | -----
LIONS | "lions"
TIGERS | "tigers"
LEOPARDS | "leopards"
JAGUARS | "jaguars"