diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-17 16:36:09 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-17 16:36:09 -0800 |
commit | c7aa313b81c15ffcd0451f69c1db67b83763e25a (patch) | |
tree | 7139a9ff59fa08657fac2ae0c82d3977eaf2e536 /rust/fatcat-api-spec/README.md | |
parent | bd439dc982232e087c53163d9f31d52e6bb340c1 (diff) | |
download | fatcat-c7aa313b81c15ffcd0451f69c1db67b83763e25a.tar.gz fatcat-c7aa313b81c15ffcd0451f69c1db67b83763e25a.zip |
rust codegen (with query param parsing)
Diffstat (limited to 'rust/fatcat-api-spec/README.md')
-rw-r--r-- | rust/fatcat-api-spec/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/fatcat-api-spec/README.md b/rust/fatcat-api-spec/README.md index ee031f66..ae2181c6 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-11T23:46:50.303Z +- Build date: 2019-01-18T00:35:05.824Z This autogenerated project defines an API crate `fatcat` which contains: * An `Api` trait defining the API in Rust. |