Rust API client for databricks_rust_git_credentials
The Git credentials API allows users to manage their Git credentials to use Databricks Repos.
Overview
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
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]
:
Documentation for API Endpoints
All URIs are relative to https:///api/2.0
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