Rust API client for databricks_rust_git_credentials
Last updated
Last updated
The Git credentials API allows users to manage their to use .
This API client was generated by the project. By using the 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]
:
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
To get access to the crate's generated documentation, use: