diff options
Diffstat (limited to 'rust/fatcat-api/README.md')
-rw-r--r-- | rust/fatcat-api/README.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/rust/fatcat-api/README.md b/rust/fatcat-api/README.md index 99162994..32e6390b 100644 --- a/rust/fatcat-api/README.md +++ b/rust/fatcat-api/README.md @@ -13,7 +13,7 @@ To see how to make this your own, look here: [README](https://github.com/swagger-api/swagger-codegen/blob/master/README.md) - API version: 0.1.0 -- Build date: 2018-05-27T21:43:16.246Z +- Build date: 2018-05-27T21:52:37.437Z This autogenerated project defines an API crate `fatcat` which contains: * An `Api` trait defining the API in Rust. @@ -56,9 +56,11 @@ cargo run --example server To run a client, follow one of the following simple steps: ``` +cargo run --example client ContainerBatchPost cargo run --example client ContainerIdGet cargo run --example client ContainerLookupGet cargo run --example client ContainerPost +cargo run --example client CreatorBatchPost cargo run --example client CreatorIdGet cargo run --example client CreatorLookupGet cargo run --example client CreatorPost @@ -67,12 +69,15 @@ cargo run --example client EditgroupIdGet cargo run --example client EditgroupPost cargo run --example client EditorUsernameChangelogGet cargo run --example client EditorUsernameGet +cargo run --example client FileBatchPost cargo run --example client FileIdGet cargo run --example client FileLookupGet cargo run --example client FilePost +cargo run --example client ReleaseBatchPost cargo run --example client ReleaseIdGet cargo run --example client ReleaseLookupGet cargo run --example client ReleasePost +cargo run --example client WorkBatchPost cargo run --example client WorkIdGet cargo run --example client WorkPost ``` |