client.git_repos.get

A method of the Git Repos endpoint.

get(id: int) Response

Get a bookmarked git repository

API URL: GET /git_repos/{id}

import civis
client = civis.APIClient()
response = client.git_repos.get(...)
Parameters:
idint

The ID for this git repository.

Returns:
civis.Response
  • idint

    The ID for this git repository.

  • repo_urlstr

    The URL for this git repository.

  • created_at : str (time)

  • updated_at : str (time)