The Git credentials API allows users to manage their Git credentials to use Databricks Repos.
This API client was generated by the OpenAPI Generator project. By using the openapi-spec from a remote server, you can easily generate an API client.
- API version: 2.0.0
- Package version: 2.1.0
- Build package:
org.openapitools.codegen.languages.RustClientCodegen
Put the package under your project folder in a directory named databricks_rust_git_credentials
and add the following to Cargo.toml
under [dependencies]
:
databricks_rust_git_credentials = { path = "./databricks_rust_git_credentials" }
All URIs are relative to https:///api/2.0
Class | Method | HTTP request | Description |
---|---|---|---|
DefaultApi | create_git_credential | POST /git-credentials | Create a Git credential entry |
DefaultApi | delete_git_credential | DELETE /git-credentials/{credential_id} | Deletes the credential |
DefaultApi | get_git_credential | GET /git-credentials/{credential_id} | Get a credential entry |
DefaultApi | get_git_credential_list | GET /git-credentials | Get Git credentials |
DefaultApi | update_git_credential | PATCH /git-credentials/{credential_id} | Updates the credential |
To get access to the crate's generated documentation, use:
cargo doc --open