In the README file it is asked to get the collaborators file using
curl -H "Authorization: token TOKEN" https://api.github.com/repos/cmungall/sf-test/collaborators > sf-test-collab.json
(with proper username and project...)
Looks like something changed. Now github says
message | "Requires authentication"
documentation_url | "https://developer.github.com/v3"
Is there a way the script could be modified to get the data directly?
In the README file it is asked to get the collaborators file using
curl -H "Authorization: token TOKEN" https://api.github.com/repos/cmungall/sf-test/collaborators > sf-test-collab.json
(with proper username and project...)
Looks like something changed. Now github says
message | "Requires authentication"
documentation_url | "https://developer.github.com/v3"
Is there a way the script could be modified to get the data directly?