Revision history for perl distribution OpenAPI-Client
0.12 2017-12-09T11:15:28+0100
- Bumping dependencies
0.11 2017-12-08T14:57:01+0100
- Fix openapi command will not try to decode empty strings #5
0.10 2017-11-27T18:01:50+0100
- Can resolve $ref in spec
- Add support for inheriting "parameters"
0.09 2017-10-04T18:44:23+0200
- Add pre_processor() which can be used to manipulate the request #2
0.08 2017-10-03T11:02:55+0200
- Improved building default base_url() #1
0.07 2017-08-22T21:05:46+0200
- Try to make reading from STDIN a bit more robust
0.06 2017-08-21T09:14:23+0200
- Add validator() method
- Add "mojo openapi spec.json -I operationId"
- Will list available operationIds when no operationId is specified
0.05 2017-08-20T11:18:54+0200
- Forgot to bump JSON::Validator to 1.01
0.04 2017-08-19T23:05:26+0200
- Fix "mojo openapi" against online resources
0.03 2017-08-19T22:39:33+0200
- Add "mojo openapi" command
- Add support for running against local app
- Removed local_app() method
0.02 2017-08-19T10:59:07+0200
- Fix validation of body parameters
0.01 2017-08-18T19:30:32+0200
- Converted Swagger2::Client to OpenAPI::Client
- Marked as EXPERIMENTAL