summaryrefslogtreecommitdiffstats
path: root/python/README.md
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-09-05 18:54:39 -0700
committerBryan Newbold <bnewbold@robocracy.org>2019-09-05 18:54:39 -0700
commita65dfc914517376b5ededb82e594236c5d61c721 (patch)
tree381a5d346dfad7f020c344d2c4740eefb71be61d /python/README.md
parent28d2d94a9100c1a809955cde93fdbb7a36263057 (diff)
downloadfatcat-a65dfc914517376b5ededb82e594236c5d61c721.tar.gz
fatcat-a65dfc914517376b5ededb82e594236c5d61c721.zip
update all other mentions of python client lib
Diffstat (limited to 'python/README.md')
-rw-r--r--python/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/README.md b/python/README.md
index 783ed966..dc6ca415 100644
--- a/python/README.md
+++ b/python/README.md
@@ -3,7 +3,7 @@
This directory contains python code for the fatcat project: a web interface
(`fatcat_web`) and a series of utilities and worker processes (`fatcat_tools`).
-These depend on the API client library (`fatcat_client`, see below).
+These depend on the API client library (`fatcat_openapi_client`, see below).
Most of this code is an "application" which is tightly interwoven and intended
to be run from this directory, but the client library is distributed on
@@ -23,7 +23,7 @@ versions had a bug which caused problems with our local path dependency.
## API Client Library
The auto-generated python client library for the fatcat API lives under
-`../fatcat_client`. It includes entity model objects and functions to call all
+`../fatcat_openapi_client`. It includes entity model objects and functions to call all
API endpoints; see the `README.md` for details.
To re-generate swagger-codegen python client library (requires docker installed