diff options
Diffstat (limited to 'rust/fatcat-api/README.md')
-rw-r--r-- | rust/fatcat-api/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rust/fatcat-api/README.md b/rust/fatcat-api/README.md index 37d2a3b2..9a444e87 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-06-30T23:46:33.844Z +- Build date: 2018-07-01T00:33:31.410Z This autogenerated project defines an API crate `fatcat` which contains: * An `Api` trait defining the API in Rust. @@ -69,6 +69,7 @@ cargo run --example client CreateReleaseBatch cargo run --example client CreateWork cargo run --example client CreateWorkBatch cargo run --example client GetContainer +cargo run --example client GetContainerHistory cargo run --example client GetCreator cargo run --example client GetCreatorReleases cargo run --example client GetEditgroup |