Crates.io | murdock-api |
lib.rs | murdock-api |
version | 1.0.0 |
source | src |
created_at | 2022-06-23 09:45:42.650608 |
updated_at | 2022-06-23 09:45:42.650608 |
description | Murdock OpenAPI generated code |
homepage | |
repository | |
max_upload_size | |
id | 611747 |
size | 79,237 |
This is the Murdock 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 murdock-api
and add the following to Cargo.toml
under [dependencies]
:
murdock-api = { path = "./murdock-api" }
All URIs are relative to http://localhost
Class | Method | HTTP request | Description |
---|
BranchJobApi | job_get_last_branch_badge_handler_job_branch_branch_badge_get | GET /job/branch/{branch}/badge | Return the last job badge of the given branch BranchJobApi | job_get_last_branch_handler_job_branch_branch_get | GET /job/branch/{branch} | Return the last job of the given branch BranchJobApi | job_start_branch_handler_job_branch_post | POST /job/branch | Start a manual job on a branch CommitJobApi | job_get_last_commit_handler_job_commit_sha_get | GET /job/commit/{sha} | Return the last job of the given commit CommitJobApi | job_start_commit_handler_job_commit_post | POST /job/commit | Start a manual job on a tag JobApi | job_handler_job_uid_get | GET /job/{uid} | Return the details of a job JobApi | job_remove_handler_job_uid_delete | DELETE /job/{uid} | Remove a job JobApi | job_restart_handler_job_uid_post | POST /job/{uid} | Restart a finished job JobApi | running_job_status_handler_job_uid_status_put | PUT /job/{uid}/status | Update the status of a running job JobsApi | finished_job_delete_handler_jobs_delete | DELETE /jobs | Removed finished jobs older than 'before' date JobsApi | jobs_handler_jobs_get | GET /jobs | Return the list of all jobs PrJobApi | job_get_last_prnum_handler_job_pr_prnum_get | GET /job/pr/{prnum} | Return the last job of the given PR number TagJobApi | job_get_last_tag_handler_job_tag_tag_get | GET /job/tag/{tag} | Return the last job of the given tag TagJobApi | job_start_tag_handler_job_tag_post | POST /job/tag | Start a manual job on a tag
To get access to the crate's generated documentation, use:
cargo doc --open