opnsense-ports/www/p5-OpenAPI-Client/pkg-descr
Franco Fichtner 054ebd424e */*: sync with upstream
Taken from: FreeBSD
2023-01-09 17:44:31 +01:00

6 lines
310 B
Text

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.