jira_teams_v1_async

Crates.iojira_teams_v1_async
lib.rsjira_teams_v1_async
version0.1.3
sourcesrc
created_at2024-10-30 18:51:05.188166
updated_at2024-10-30 18:58:40.473618
descriptionTeams Public API
homepage
repository
max_upload_size
id1429014
size82,590
(droidraja)

documentation

README

Rust API client for openapi

Teams Public API

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: 1.0
  • Package version: 1.0
  • Generator version: 7.9.0
  • Build package: org.openapitools.codegen.languages.RustClientCodegen

Installation

Put the package under your project folder in a directory named openapi and add the following to Cargo.toml under [dependencies]:

openapi = { path = "./openapi" }

Documentation for API Endpoints

All URIs are relative to https://soupcop.atlassian.net

Class Method HTTP request Description

TeamsMembersPublicApiApi | add_members2 | POST /gateway/api/public/teams/v1/org/{orgId}/teams/{teamId}/members/add | Add a set of membership(s). TeamsMembersPublicApiApi | fetch_members | POST /gateway/api/public/teams/v1/org/{orgId}/teams/{teamId}/members | Fetch a set of membership(s). TeamsMembersPublicApiApi | remove_members1 | POST /gateway/api/public/teams/v1/org/{orgId}/teams/{teamId}/members/remove | Remove a set of membership(s). TeamsPublicApiApi | create_team | POST /gateway/api/public/teams/v1/org/{orgId}/teams/ | Create a team. TeamsPublicApiApi | delete_team2 | DELETE /gateway/api/public/teams/v1/org/{orgId}/teams/{teamId} | Delete a team. TeamsPublicApiApi | get_team2 | GET /gateway/api/public/teams/v1/org/{orgId}/teams/{teamId} | Get a single team. TeamsPublicApiApi | query_teams | GET /gateway/api/public/teams/v1/org/{orgId}/teams | Get a list of teams. TeamsPublicApiApi | restore_team | POST /gateway/api/public/teams/v1/org/{orgId}/teams/{teamId}/restore | Restore a single soft-deleted team TeamsPublicApiApi | update_team1 | PATCH /gateway/api/public/teams/v1/org/{orgId}/teams/{teamId} | Modify a team. TeamsPublicApiApi | upload_and_set_team_cover_photo | PUT /gateway/api/public/teams/v1/{teamId}/cover-photo | Upload a team cover photo

Documentation For Models

To get access to the crate's generated documentation, use:

cargo doc --open

Author

Commit count: 0

cargo fmt