Javascript
import Runloop from '@runloop/api-client'; const client = new Runloop({ bearerToken: 'My Bearer Token', }); const repositoryConnectionView = await client.repositories.retrieve('id'); console.log(repositoryConnectionView.id);
{ "id": "<string>", "name": "<string>", "owner": "<string>" }
Get Repository Connection details including latest inspection status and generated repository insights.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Repo Connection ID
OK
The ID of the Repository.
Was this page helpful?