| Crates.io | swarmd_generated |
| lib.rs | swarmd_generated |
| version | 0.1.1-alpha.3 |
| created_at | 2023-11-29 12:50:07.603004+00 |
| updated_at | 2023-12-20 11:38:29.955625+00 |
| description | # Introduction blblbllb |
| homepage | https://swarmd.io |
| repository | https://github.com/swarmd_io/swarmd |
| max_upload_size | |
| id | 1053011 |
| size | 58,114 |
blblbllb
For more information, please visit https://swarmd.io/
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.RustClientCodegenPut 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 http://127.0.0.1:8087
| Class | Method | HTTP request | Description |
|---|
InternalApi | health_get | GET /health | Health ProjectApi | organization_id_project_create_post | POST /{organization_id}/project/create | Create Project ProjectApi | organization_id_project_get | GET /{organization_id}/project/ | List projects ProjectApi | organization_id_project_project_id_publish_put | PUT /{organization_id}/project/{project_id}/publish | Publish a worker ProjectApi | organization_id_project_slug_project_slug_get | GET /{organization_id}/project/slug/{project_slug} | Get Project UserApi | user_organisations_get | GET /user/organisations | List projects WorkerApi | organization_id_project_project_id_worker_upload_post | POST /{organization_id}/project/{project_id}/worker/upload | Upload a new worker for the project
To get access to the crate's generated documentation, use:
cargo doc --open