blob: 4b1cd888f8d9fad052dafee8a74cbfaffcf7aec2 (
plain) (
blame)
1
2
3
4
5
6
|
OpenAPI::Client can generate classes that can talk to an Open API
server. This is done by generating a custom class, based on a Open API
specification, with methods that transform parameters into a HTTP request.
The generated class will perform input validation, so invalid data
won't be sent to the server.
|