API Reference
Types
Types Reference
ApiConfig
Configuration for API endpoints. Inherits from BaseConfig.
ExtractConfig
Configuration for data extraction. Inherits from BaseConfig.
TransformConfig
Configuration for data transformation. Inherits from BaseConfig.
Enums
HttpMethod
Available HTTP methods:
GET
POST
PUT
DELETE
PATCH
HEAD
OPTIONS
AuthType
Authentication methods:
NONE
- No authenticationHEADER
- Authentication via headersQUERY_PARAM
- Authentication via query parametersOAUTH2
- OAuth 2.0 authentication
FileType
Supported file formats:
AUTO
- Automatic detectionJSON
- JSON filesCSV
- CSV filesXML
- XML files
DecompressionMethod
Available decompression methods:
NONE
- No decompressionGZIP
- gzip compressionDEFLATE
- deflate compressionZIP
- zip archivesAUTO
- Automatic detection
CacheMode
Cache behavior options:
ENABLED
- Full cachingDISABLED
- No cachingREADONLY
- Read-only cacheWRITEONLY
- Write-only cache
See also: