Currently, the GET /funders/{funderCollaborativeShortCode}/members endpoint to fetch the members of a funder collaborative only returns the short codes of the member funders.
Having the endpoint also return the member funder names would allow Exchange to display a human-readable hyperlink to that member funder. Currently, we end up with an N+1 requests situation in order to do this.
Currently, the
GET /funders/{funderCollaborativeShortCode}/membersendpoint to fetch the members of a funder collaborative only returns the short codes of the member funders.Having the endpoint also return the member funder names would allow Exchange to display a human-readable hyperlink to that member funder. Currently, we end up with an N+1 requests situation in order to do this.