Back to Rivet

Rust API client for rivet-api-full

engine/sdks/rust/api-full/rust/README.md

2.3.36.6 KB
Original Source

Rust API client for rivet-api-full

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

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: 2.3.3-rc.2
  • Package version: 2.3.3-rc.2
  • Generator version: 7.14.0
  • Build package: org.openapitools.codegen.languages.RustClientCodegen

Installation

Put 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" }

Documentation for API Endpoints

All URIs are relative to http://localhost

ClassMethodHTTP requestDescription
ActorsCreateApiactors_createPOST /actors## Datacenter Round Trips
ActorsDeleteApiactors_deleteDELETE /actors/{actor_id}## Datacenter Round Trips
ActorsGetOrCreateApiactors_get_or_createPUT /actors## Datacenter Round Trips
ActorsKvGetApiactors_kv_getGET /actors/{actor_id}/kv/keys/{key}
ActorsListApiactors_listGET /actors## Datacenter Round Trips
ActorsListNamesApiactors_list_namesGET /actors/names## Datacenter Round Trips
ActorsRescheduleApiactors_reschedulePOST /actors/{actor_id}/reschedule
ActorsSleepApiactors_sleepPOST /actors/{actor_id}/sleep
DatacentersApidatacenters_listGET /datacenters
EnvoysApienvoys_listGET /envoys
HealthApihealth_fanoutGET /health/fanout
MetadataApimetadata_getGET /metadataReturns metadata about the API including runtime and version
NamespacesApinamespaces_createPOST /namespaces
NamespacesApinamespaces_listGET /namespaces
RunnerConfigsDeleteApirunner_configs_deleteDELETE /runner-configs/{runner_name}
RunnerConfigsListApirunner_configs_listGET /runner-configs
RunnerConfigsRefreshMetadataApirunner_configs_refresh_metadataPOST /runner-configs/{runner_name}/refresh-metadata
RunnerConfigsServerlessHealthCheckApirunner_configs_serverless_health_checkPOST /runner-configs/serverless-health-check
RunnerConfigsUpsertApirunner_configs_upsertPUT /runner-configs/{runner_name}
RunnersApirunners_listGET /runners
RunnersApirunners_list_namesGET /runners/names## Datacenter Round Trips

Documentation For Models

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

cargo doc --open

Author

[email protected]