w3c / w3c-api

The W3C API
https://w3c.github.io/w3c-api/
214 stars 92 forks source link

Give access to past group members #80

Closed iherman closed 6 years ago

iherman commented 7 years ago

(This is related to #68, but it is not exactly the same.)

I know that /groups/{group}/users can be used to retrieve the members of a group. However, there is no analogous to

https://www.w3.org/2000/09/dbwg/details?group={group}&former=1

ie, to get the list of all group members, past and present.

I use the API-s to automatically generate the acknowledgement section of a spec, simply listing all members of the group. It would be unfair if, say, when publishing the Rec only the then active members of the group were listed and not the past...

iherman commented 6 years ago

It seems that this request went down the drain... Any reaction on it? @tripu @deniak @jean-gui ?

tripu commented 6 years ago

I think @jean-gui or @vivienlacourba will be the best to evaluate the feasibility of this.

iherman commented 6 years ago

I am still waiting to see if somebody cares about this request... :-(

@jean-gui @vivienlacourba @tripu

jean-gui commented 6 years ago

Implemented. See https://api.w3.org/doc#get--groups-{group}-users and https://api.w3.org/groups/47318/users?former=true

iherman commented 6 years ago

Thank you @jean-gui !