Closed andykawabata closed 3 months ago
Previously the IRR tables were relying on the get_labels endpoint to retrieve label names to join to the ids. With this update, we include the label names in the IRR endpoint so no need to call get_labels.
get_labels
Previously the IRR tables were relying on the
get_labels
endpoint to retrieve label names to join to the ids. With this update, we include the label names in the IRR endpoint so no need to callget_labels
.