aboutsummaryrefslogtreecommitdiffstats
path: root/rust/fatcat-api/README.md
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-06-30 17:53:28 -0700
committerBryan Newbold <bnewbold@robocracy.org>2018-06-30 17:57:32 -0700
commita82cffed703665496913d9ca0155e888ec35716b (patch)
treed04bb9242e1333fc7e671a645bd97ae528c21459 /rust/fatcat-api/README.md
parentf4064c19ec140987e15c64e80a3bf0c70025b31b (diff)
downloadfatcat-a82cffed703665496913d9ca0155e888ec35716b.tar.gz
fatcat-a82cffed703665496913d9ca0155e888ec35716b.zip
add remaining history endpoints
Diffstat (limited to 'rust/fatcat-api/README.md')
-rw-r--r--rust/fatcat-api/README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/rust/fatcat-api/README.md b/rust/fatcat-api/README.md
index 9a444e87..12673cfe 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-07-01T00:33:31.410Z
+- Build date: 2018-07-01T00:51:27.691Z
This autogenerated project defines an API crate `fatcat` which contains:
* An `Api` trait defining the API in Rust.
@@ -71,15 +71,19 @@ cargo run --example client CreateWorkBatch
cargo run --example client GetContainer
cargo run --example client GetContainerHistory
cargo run --example client GetCreator
+cargo run --example client GetCreatorHistory
cargo run --example client GetCreatorReleases
cargo run --example client GetEditgroup
cargo run --example client GetEditor
cargo run --example client GetEditorChangelog
cargo run --example client GetFile
+cargo run --example client GetFileHistory
cargo run --example client GetRelease
cargo run --example client GetReleaseFiles
+cargo run --example client GetReleaseHistory
cargo run --example client GetStats
cargo run --example client GetWork
+cargo run --example client GetWorkHistory
cargo run --example client GetWorkReleases
cargo run --example client LookupContainer
cargo run --example client LookupCreator