generated from camaraproject/Template_API_Repository
-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
Description
Problem description
The current output of the API is limited to Service Level, while some consumers may prefer or require Signal Strength (e.g. in dBm) for their specific applications.
Possible evolution
Allow the API to return either:
- Service Level (default),
- Signal Strength,
- Or both, based on an optional query parameter or configuration.
Alternative solution
Return both values by default and let clients use what they need, avoiding the need to choose via a parameter.
Additional context
Consider reusing or aligning with the output structure of the Population Density Data API to support standardization and streamline integration across CAMARA APIs.
Reactions are currently unavailable