diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-09-11 13:59:32 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-09-11 13:59:32 -0700 |
commit | cd8e09fcb6ee0a1b23c0bd57d0f097f99fd6d828 (patch) | |
tree | fbd5c91c576a2fce2c44cfe36e5754b69aedc046 /LICENSE | |
parent | 0dc872921023030f6ffd320eb038e5379b47fa53 (diff) | |
download | fatcat-cd8e09fcb6ee0a1b23c0bd57d0f097f99fd6d828.tar.gz fatcat-cd8e09fcb6ee0a1b23c0bd57d0f097f99fd6d828.zip |
refactor fatcat-api => fatcat-api-spec
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -9,9 +9,9 @@ The python 'fatcat_client' API client library (under the ./python/fatcat_client/ directory), which is auto-generated from a swagger/openapi schema specification, is released to the public domain. -The rust 'fatcat-api' API library (under the ./rust/fatcat-api/ directory), -which is auto-generated from the swagger/openapi schema specification, is -released to the public domain. +The rust 'fatcat-api-spec' API library (under the ./rust/fatcat-api-spec/ +directory), which is auto-generated from the swagger/openapi schema +specification, is released to the public domain. The python 'fatcat' web interface, tests, scripts, and bots (under the ./python/ directory, not including fatcat_client), unless otherwise specified |