githubEdit

Rust API client for databricks_rust_repos

The repos API allows users to manage their reposarrow-up-right. Users can use the API to access all repos that they have manage permissions on.

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.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]:

databricks_rust_repos = { path = "./databricks_rust_repos" }

Documentation for API Endpoints

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

Class
Method
HTTP request
Description

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