engine/sdks/rust/api-full/rust/README.md
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
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 rivet-api-full and add the following to Cargo.toml under [dependencies]:
rivet-api-full = { path = "./rivet-api-full" }
All URIs are relative to http://localhost
| Class | Method | HTTP request | Description |
|---|---|---|---|
| ActorsCreateApi | actors_create | POST /actors | ## Datacenter Round Trips |
| ActorsDeleteApi | actors_delete | DELETE /actors/{actor_id} | ## Datacenter Round Trips |
| ActorsGetOrCreateApi | actors_get_or_create | PUT /actors | ## Datacenter Round Trips |
| ActorsKvGetApi | actors_kv_get | GET /actors/{actor_id}/kv/keys/{key} | |
| ActorsListApi | actors_list | GET /actors | ## Datacenter Round Trips |
| ActorsListNamesApi | actors_list_names | GET /actors/names | ## Datacenter Round Trips |
| ActorsRescheduleApi | actors_reschedule | POST /actors/{actor_id}/reschedule | |
| ActorsSleepApi | actors_sleep | POST /actors/{actor_id}/sleep | |
| DatacentersApi | datacenters_list | GET /datacenters | |
| EnvoysApi | envoys_list | GET /envoys | |
| HealthApi | health_fanout | GET /health/fanout | |
| MetadataApi | metadata_get | GET /metadata | Returns metadata about the API including runtime and version |
| NamespacesApi | namespaces_create | POST /namespaces | |
| NamespacesApi | namespaces_list | GET /namespaces | |
| RunnerConfigsDeleteApi | runner_configs_delete | DELETE /runner-configs/{runner_name} | |
| RunnerConfigsListApi | runner_configs_list | GET /runner-configs | |
| RunnerConfigsRefreshMetadataApi | runner_configs_refresh_metadata | POST /runner-configs/{runner_name}/refresh-metadata | |
| RunnerConfigsServerlessHealthCheckApi | runner_configs_serverless_health_check | POST /runner-configs/serverless-health-check | |
| RunnerConfigsUpsertApi | runner_configs_upsert | PUT /runner-configs/{runner_name} | |
| RunnersApi | runners_list | GET /runners | |
| RunnersApi | runners_list_names | GET /runners/names | ## Datacenter Round Trips |
To get access to the crate's generated documentation, use:
cargo doc --open