From e9d7d73339df14ef2fe35815e693f0dbd7d1d244 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Sat, 22 Sep 2018 17:25:57 -0700 Subject: codegen fatcat-api-spec --- rust/fatcat-api-spec/README.md | 54 +++++++++++++++++++++--------------------- 1 file changed, 27 insertions(+), 27 deletions(-) (limited to 'rust/fatcat-api-spec/README.md') diff --git a/rust/fatcat-api-spec/README.md b/rust/fatcat-api-spec/README.md index 6945d13d..7f98de30 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: 2018-09-11T22:56:39.846Z +- Build date: 2018-09-23T00:19:26.675Z This autogenerated project defines an API crate `fatcat` which contains: * An `Api` trait defining the API in Rust. @@ -56,50 +56,50 @@ cargo run --example server To run a client, follow one of the following simple steps: ``` -cargo run --example client AcceptEditgroup cargo run --example client CreateContainer cargo run --example client CreateContainerBatch -cargo run --example client CreateCreator -cargo run --example client CreateCreatorBatch -cargo run --example client CreateEditgroup -cargo run --example client CreateFile -cargo run --example client CreateFileBatch -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 cargo run --example client GetContainerHistory +cargo run --example client LookupContainer +cargo run --example client UpdateContainer +cargo run --example client CreateCreator +cargo run --example client CreateCreatorBatch +cargo run --example client DeleteCreator cargo run --example client GetCreator cargo run --example client GetCreatorHistory cargo run --example client GetCreatorReleases -cargo run --example client GetEditgroup +cargo run --example client LookupCreator +cargo run --example client UpdateCreator cargo run --example client GetEditor cargo run --example client GetEditorChangelog +cargo run --example client GetStats +cargo run --example client AcceptEditgroup +cargo run --example client CreateEditgroup +cargo run --example client GetChangelog +cargo run --example client GetChangelogEntry +cargo run --example client GetEditgroup +cargo run --example client CreateFile +cargo run --example client CreateFileBatch +cargo run --example client DeleteFile cargo run --example client GetFile cargo run --example client GetFileHistory +cargo run --example client LookupFile +cargo run --example client UpdateFile +cargo run --example client CreateRelease +cargo run --example client CreateReleaseBatch +cargo run --example client CreateWork +cargo run --example client DeleteRelease cargo run --example client GetRelease cargo run --example client GetReleaseFiles cargo run --example client GetReleaseHistory -cargo run --example client GetStats +cargo run --example client LookupRelease +cargo run --example client UpdateRelease +cargo run --example client CreateWorkBatch +cargo run --example client DeleteWork 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 -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 ``` -- cgit v1.2.3