diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-06-17 17:01:23 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-06-17 17:01:23 -0700 |
commit | c1613504dbe96951ae59889fc11b0564cfbbcd83 (patch) | |
tree | 9c4aedd480e463a40691ac3cdd50d43fbe15fffe /rust/fatcat-api/README.md | |
parent | f3241d35dbb445b7e3c15f1759431580d830bffe (diff) | |
download | fatcat-c1613504dbe96951ae59889fc11b0564cfbbcd83.tar.gz fatcat-c1613504dbe96951ae59889fc11b0564cfbbcd83.zip |
update fatcat-api with openapi change
Diffstat (limited to 'rust/fatcat-api/README.md')
-rw-r--r-- | rust/fatcat-api/README.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/rust/fatcat-api/README.md b/rust/fatcat-api/README.md index 57f877d2..2a969005 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-04T07:14:27.260Z +- Build date: 2018-06-17T23:06:55.598Z This autogenerated project defines an API crate `fatcat` which contains: * An `Api` trait defining the API in Rust. @@ -70,12 +70,15 @@ cargo run --example client CreateWork cargo run --example client CreateWorkBatch cargo run --example client GetContainer cargo run --example client GetCreator +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 GetRelease +cargo run --example client GetReleaseFiles cargo run --example client GetWork +cargo run --example client GetWorkReleases cargo run --example client LookupContainer cargo run --example client LookupCreator cargo run --example client LookupFile |