Qore SwaggerDataProvider Module Reference
1.2.2
|
Qore SwaggerDataProvider module definition
The SwaggerDataProvider module provides a data provider API for Swagger / Open API REST APIs. The SwaggerDataProvider class allows for introspecting a Swagger / Open API schema, while the SwaggerRequestDataProvider class supports the data provider request-reply API for communication with REST servers.
Swagger / Open API schemas can be introspected with the following format:
uri_path/HTTP_method
pet/PUT
The following classes are provided by this module:
"/"
characters in them, breaking some clients traversing the data provider hierarchy (issue 4555)object
types in Swagger schemas could be converted directly to object
types in Qore instead of hash
(issue 4520)DTT_ClientOnly
type tag to client-only constructor options in SwaggerDataProvider (issue 4477)RestClient
option (issue 4475)