Skip to content

Support querying data for only selected beacons #357

@Siegrift

Description

@Siegrift

It's common for searchers to only require values for certain beacons. Currently, they have to query them all and filter the ones they need from response. This requires a lot of data to be sent over the wire and causes delays/failures.

The disadvantage of this is that right now the endpoint is easily cache-able, because it's completely static. This would likely require some changes on CDN side (ideally the filtering would be performed by the CDN itself).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions