Skip to content

Commit d06e798

Browse files
committed
Add support for configuration via JSON or Environment Variables
1 parent 1444f17 commit d06e798

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ This client leverages API-specific SDKs to provide a comprehensive and consisten
1616
- **Header Management**: Easy and efficient management of HTTP request headers, ensuring compliance with API requirements.
1717
- **Enhanced Logging with Zap**: Utilizes Uber's zap library for structured, high-performance logging, offering levels from Debug to Fatal, including structured context and dynamic adjustment based on the environment.
1818
- **API Handler Interface**: Provides a flexible and extensible way to interact with different APIs, including encoding and decoding requests and responses, managing authentication endpoints, and handling API-specific logic.
19+
- **Configuration via JSON or Environment Variables**: The Go API HTTP Client supports configuration via JSON files or environment variables, providing flexibility in defining authentication credentials, API endpoints, logging settings, and other parameters.
1920

2021
## API Handler
2122

0 commit comments

Comments
 (0)