diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-10 21:36:41 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-10 21:36:41 -0800 |
commit | 42d73fb7da872eee94325ae8412a66b1f6e5adf9 (patch) | |
tree | e38294e4427602cf4fcdb6aee53452f3d3ffc6c3 /rust/fatcat-api-spec/README.md | |
parent | 5cf790e41721ecd3cc0d7d93111df973dbd7b6a2 (diff) | |
download | fatcat-42d73fb7da872eee94325ae8412a66b1f6e5adf9.tar.gz fatcat-42d73fb7da872eee94325ae8412a66b1f6e5adf9.zip |
rust codegen
Diffstat (limited to 'rust/fatcat-api-spec/README.md')
-rw-r--r-- | rust/fatcat-api-spec/README.md | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/rust/fatcat-api-spec/README.md b/rust/fatcat-api-spec/README.md index 300cba5f..cb7815d2 100644 --- a/rust/fatcat-api-spec/README.md +++ b/rust/fatcat-api-spec/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: 2019-01-10T07:48:01.403Z +- Build date: 2019-01-11T05:35:09.223Z This autogenerated project defines an API crate `fatcat` which contains: * An `Api` trait defining the API in Rust. @@ -81,14 +81,19 @@ cargo run --example client LookupCreator cargo run --example client UpdateCreator cargo run --example client AuthCheck cargo run --example client AuthOidc +cargo run --example client GetEditgroupsReviewable cargo run --example client GetEditor -cargo run --example client GetEditorChangelog +cargo run --example client GetEditorEditgroups +cargo run --example client UpdateEditgroup cargo run --example client UpdateEditor cargo run --example client AcceptEditgroup cargo run --example client CreateEditgroup +cargo run --example client CreateEditgroupAnnotation cargo run --example client GetChangelog cargo run --example client GetChangelogEntry cargo run --example client GetEditgroup +cargo run --example client GetEditgroupAnnotations +cargo run --example client GetEditorAnnotations cargo run --example client CreateFile cargo run --example client CreateFileBatch cargo run --example client DeleteFile |