Qore RestClientDataProvider Module Reference 1.1
Loading...
Searching...
No Matches

Qore RestClientDataProvider module definition

Introduction to the RestClientDataProvider Module

The RestClientDataProvider module provides a data provider API for REST servers through the DataProvider API.

The following classes are provided by this module:

Release Notes

RestClientDataProvider v1.1

  • implemented the swagger_lax_parsing option to try to parse invalid Swagger schemas (issue 4741)

RestClientDataProvider v1.0.1

  • added support for the pre_encoded_urls option (issue 4656)

RestClientDataProvider v1.0

  • initial release of the module