githubEdit

Rust API client for databricks_rust_git_credentials

The Git credentials API allows users to manage their Git credentialsarrow-up-right to use Databricks Reposarrow-up-right.

Overview

This API client was generated by the OpenAPI Generatorarrow-up-right project. By using the openapi-specarrow-up-right 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

Installation

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" }

Documentation for API Endpoints

All URIs are relative to https:///api/2.0

Class
Method
HTTP request
Description

DefaultApi

POST /git-credentials

Create a Git credential entry

DefaultApi

DELETE /git-credentials/{credential_id}

Deletes the credential

DefaultApi

GET /git-credentials/{credential_id}

Get a credential entry

DefaultApi

GET /git-credentials

Get Git credentials

DefaultApi

PATCH /git-credentials/{credential_id}

Updates the credential

Documentation For Models

To get access to the crate's generated documentation, use:

Author

Last updated