From a65dfc914517376b5ededb82e594236c5d61c721 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 5 Sep 2019 18:54:39 -0700 Subject: update all other mentions of python client lib --- python/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/README.md') 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 -- cgit v1.2.3