aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-09-07 21:53:36 -0700
committerBryan Newbold <bnewbold@robocracy.org>2018-09-07 21:53:36 -0700
commita6c487aa9767624519bb4fa01a3cc3df254cfc70 (patch)
tree14fc1a35c0e8ec4eca8d7b520c6edaf31f18e11b
parenta74644fe121564fb130ef1978177a39cc574e25d (diff)
downloadfatcat-a6c487aa9767624519bb4fa01a3cc3df254cfc70.tar.gz
fatcat-a6c487aa9767624519bb4fa01a3cc3df254cfc70.zip
re-codegen
-rw-r--r--rust/fatcat-api/README.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/rust/fatcat-api/README.md b/rust/fatcat-api/README.md
index 4be4939f..c971b88c 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-09-01T01:21:49.948Z
+- Build date: 2018-09-08T04:52:59.479Z
This autogenerated project defines an API crate `fatcat` which contains:
* An `Api` trait defining the API in Rust.
@@ -68,6 +68,11 @@ cargo run --example client CreateRelease
cargo run --example client CreateReleaseBatch
cargo run --example client CreateWork
cargo run --example client CreateWorkBatch
+cargo run --example client DeleteContainer
+cargo run --example client DeleteCreator
+cargo run --example client DeleteFile
+cargo run --example client DeleteRelease
+cargo run --example client DeleteWork
cargo run --example client GetChangelog
cargo run --example client GetChangelogEntry
cargo run --example client GetContainer
@@ -91,6 +96,11 @@ cargo run --example client LookupContainer
cargo run --example client LookupCreator
cargo run --example client LookupFile
cargo run --example client LookupRelease
+cargo run --example client UpdateContainer
+cargo run --example client UpdateCreator
+cargo run --example client UpdateFile
+cargo run --example client UpdateRelease
+cargo run --example client UpdateWork
```
### HTTPS