client.git_repos.post
A method of the Git Repos endpoint.
- post(repo_url: str) Response
Bookmark a git repository
API URL:
POST /git_reposimport civis client = civis.APIClient() response = client.git_repos.post(...)
- Parameters:
- repo_urlstr
The URL 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)