Rust API client for databricks_rust_repos
Last updated
Last updated
The repos API allows users to manage their . Users can use the API to access all repos that they have manage permissions on.
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.0.0
Build package: org.openapitools.codegen.languages.RustClientCodegen
Put the package under your project folder in a directory named databricks_rust_repos
and add the following to Cargo.toml
under [dependencies]
:
All URIs are relative to https:///api/2.0
DefaultApi
POST /repos
Create a repo
DefaultApi
DELETE /repos/{repo_id}
Deletes the repo
DefaultApi
GET /repos/{repo_id}
Get a repo
DefaultApi
GET /repos
Get repos
DefaultApi
PATCH /repos/{repo_id}
Updates the repo to the given branch or tag
To get access to the crate's generated documentation, use: