[haskell-http-client] update samples (OAS3) (#381)

This commit is contained in:
Jon Schoning
2018-05-08 21:31:28 -05:00
committed by William Cheng
parent 4fd68f0f24
commit 68780afe9d
106 changed files with 6188 additions and 11215 deletions

View File

@@ -1,10 +1,10 @@
# swagger-petstore-tests-integration
# openapi-petstore-tests-integration
This contains integration tests for the haskell http-client swagger-petstore api client library.
This contains integration tests for the haskell http-client openapi-petstore api client library.
This module is not auto-generated.
The integration tests require a swagger petstore server running at
The integration tests require a openapi petstore server running at
`http://0.0.0.0/v2`, or the value of the `HOST` environment variable.
The api client library bindings are expected to live in the parent folder