Rust API client for databricks_rust_repos
The repos API allows users to manage their repos. Users can use the API to access all repos that they have manage permissions on.
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.0.0
Build package:
org.openapitools.codegen.languages.RustClientCodegen
Installation
Put the package under your project folder in a directory named databricks_rust_repos
and add the following to Cargo.toml
under [dependencies]
:
Documentation for API Endpoints
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
Documentation For Models
To get access to the crate's generated documentation, use:
Author
Last updated