diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-24 22:23:01 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-24 22:23:04 -0700 |
commit | 01a6c95f4efe357907681edc6ac6bd347017cf74 (patch) | |
tree | 0e7553d5d8d705d2b2d32d9e616e68052a6ed7ea /rust/fatcat-api/README.md | |
parent | 14efdf829f0a8deca7b2814090f9a1c1a243e59a (diff) | |
download | fatcat-01a6c95f4efe357907681edc6ac6bd347017cf74.tar.gz fatcat-01a6c95f4efe357907681edc6ac6bd347017cf74.zip |
API schema: serde_json::Value
Unfortunately, this requires hacking model.rs manually. Might be able to
partially mitigate with, eg, sed.
Diffstat (limited to 'rust/fatcat-api/README.md')
-rw-r--r-- | rust/fatcat-api/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/fatcat-api/README.md b/rust/fatcat-api/README.md index f5cf212e..baf249ca 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-05-25T00:37:13.827Z +- Build date: 2018-05-25T00:58:40.370Z This autogenerated project defines an API crate `fatcat` which contains: * An `Api` trait defining the API in Rust. |