message no. 171985
Posted by pi- in #github at 2019-04-29T01:38:30Z
Can anyone help me to use the github API to get the "archived" status for a particular repository? I seem to be nearly there: `curl -s https://api.github.com/orgs/myorg/repos` returns a JSON blob (containing the "archived" key) for one particular repository in my account. I guess the first one... But I can't see how to supply the repo name.