diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-09-18 17:48:56 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-09-18 17:48:56 -0700 |
commit | edc000220baee1f91811345aba87bdab2d259c61 (patch) | |
tree | 63aa10810022cef6966ed3a436b4f5473004ff51 /rust/fatcat-openapi/README.md | |
parent | de723a0815f35e1003f892a469bdf9f6b74d77af (diff) | |
download | fatcat-edc000220baee1f91811345aba87bdab2d259c61.tar.gz fatcat-edc000220baee1f91811345aba87bdab2d259c61.zip |
codegen rust v0.3.1
Diffstat (limited to 'rust/fatcat-openapi/README.md')
-rw-r--r-- | rust/fatcat-openapi/README.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/rust/fatcat-openapi/README.md b/rust/fatcat-openapi/README.md index d4cd91d1..1e02e033 100644 --- a/rust/fatcat-openapi/README.md +++ b/rust/fatcat-openapi/README.md @@ -12,8 +12,8 @@ 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.3.0 -- Build date: 2019-09-13T18:30:17.409Z +- API version: 0.3.1 +- Build date: 2019-09-19T00:21:33.977Z For more information, please visit [https://fatcat.wiki](https://fatcat.wiki) This autogenerated project defines an API crate `fatcat` which contains: @@ -59,6 +59,7 @@ To run a client, follow one of the following simple steps: ``` cargo run --example client AuthCheck cargo run --example client AuthOidc +cargo run --example client CreateAuthToken cargo run --example client GetChangelog cargo run --example client GetChangelogEntry cargo run --example client CreateContainer @@ -170,7 +171,7 @@ The server example is designed to form the basis for implementing your own serve * Set up a new Rust project, e.g., with `cargo init --bin`. * Insert `fatcat` into the `members` array under [workspace] in the root `Cargo.toml`, e.g., `members = [ "fatcat" ]`. -* Add `fatcat = {version = "0.3.0", path = "fatcat"}` under `[dependencies]` in the root `Cargo.toml`. +* Add `fatcat = {version = "0.3.1", path = "fatcat"}` under `[dependencies]` in the root `Cargo.toml`. * Copy the `[dependencies]` and `[dev-dependencies]` from `fatcat/Cargo.toml` into the root `Cargo.toml`'s `[dependencies]` section. * Copy all of the `[dev-dependencies]`, but only the `[dependencies]` that are required by the example server. These should be clearly indicated by comments. * Remove `"optional = true"` from each of these lines if present. |