HTTP client module for REST API interactions
Interfaces
- HttpFlags
Interface extending RepositoryFlags with HTTP-specific options
Namespaces
- axios
This module provides classes and utilities for interacting with REST APIs. It exposes repository and service classes for making HTTP requests, along with type definitions and adapters for different HTTP clients. The module includes
RestRepository
andRestService
for API interactions.
Members
Type Definitions
Object
# HttpConfig
Configuration type for HTTP connections specifying protocol and host
HTTP configuration type
Properties:
Name | Type | Description |
---|---|---|
protocol |
'http'
|
'https'
|
The HTTP protocol to use |
host |
string
|
The host address |
protocol |
"http"
|
"https"
|
|
host |
string
|