Configuration¶
Environment-specific API configuration for PACER endpoints.
- pacersdk.config.get_config(env: str, path: str = None) dict ¶
Retrieve API URL configuration for the given environment.
- Parameters:
env – Environment name (“qa” or “prod”).
path – Optional path to a JSON file with configurations.
- Returns:
A dictionary containing auth and API URLs.