cURL
curl --request GET \ --url http://api/v1/github/repos/list
{ "results": [ { "ownerLogin": "<string>", "fullName": "<string>", "name": "<string>" } ], "status": "ok" }
Show child attributes
ok
Was this page helpful?