Crates.io | jira_teams_v1_async |
lib.rs | jira_teams_v1_async |
version | 0.1.3 |
source | src |
created_at | 2024-10-30 18:51:05.188166 |
updated_at | 2024-10-30 18:58:40.473618 |
description | Teams Public API |
homepage | |
repository | |
max_upload_size | |
id | 1429014 |
size | 82,590 |
Teams Public API
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.
org.openapitools.codegen.languages.RustClientCodegen
Put the package under your project folder in a directory named openapi
and add the following to Cargo.toml
under [dependencies]
:
openapi = { path = "./openapi" }
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
To get access to the crate's generated documentation, use:
cargo doc --open