From df982277db0d7558bf84a5c50fef9236b8bdf214 Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Tue, 1 Jun 2021 09:53:01 -0400 Subject: [PATCH] Add warning about bug in openapi generator --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c5a3ed72..92cc1d7d 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@

+> ## WARNING: The code generated by this project is currently unusable due to a bug in the OpenAPITools generator [OpenAPITools/openapi-generator#9163](https://github.com/OpenAPITools/openapi-generator/issues/9163) + This library is meant to help clients written in JavaScript or TypeScript interact with Jellyfin's REST API. It's generated automatically using [OpenAPITools generator](https://github.com/OpenAPITools/openapi-generator) and it's fully typed for TypeScript