The API allows for an array of types to be provided as query parameters, i.e. via types[]=ribs&types[]=updates.
In practice, bgpfinder will only return records that match the first record type in the array.
For now, this can be worked around by simply not providing a types parameter at all, as this will inherently return both RIBs and UPDATEs in the query response.
But for the sake of user sanity, we should ensure that a query with multiple types[] parameters behaves as you'd expect.
The API allows for an array of types to be provided as query parameters, i.e. via
types[]=ribs&types[]=updates.In practice, bgpfinder will only return records that match the first record type in the array.
For now, this can be worked around by simply not providing a
typesparameter at all, as this will inherently return both RIBs and UPDATEs in the query response.But for the sake of user sanity, we should ensure that a query with multiple
types[]parameters behaves as you'd expect.