Pr4855 cherrypick (#5115)

* Add async support to scala client.

* Format api endpoints.

* Modify build.sbt.

* Change date format and pass StoreApis tests.

* Add StringReader and StringWriter to support string serialization/deserialization.

* update petstore samples for scala clients

* Update maven and gradle dependency. Update tests to pass compilation.
This commit is contained in:
clasnake
2017-04-03 08:01:43 +01:00
committed by wing328
parent cf8a9a0de0
commit 39bd0175b7
18 changed files with 1019 additions and 757 deletions

View File

@@ -25,3 +25,4 @@ class SwaggerClient(config: SwaggerConfig) extends Closeable {
client.close()
}
}