Namespace Reveal.Sdk.Data.Rest

Classes

RVRESTDataSource

REST API data source, configures the URL to get data from, HTTP method to use and optionally headers and body to send in the request.

RVRESTDataSourceItem

REST API data source item

RVWebResourceDataSource

Web resource data source, used to download files from HTTP URL's using GET method. See RVRESTDataSource to use other HTTP methods or to customize parameters, headers and body to sent.

RVWebResourceDataSourceItem

Web resource data source item, see RVWebResourceDataSource for more information.