From 59c282f3be76ebd9e2de68f6133991430c36e7de Mon Sep 17 00:00:00 2001 From: Hideaki Matsunami Date: Sat, 16 Dec 2023 00:42:21 +0900 Subject: [PATCH] add roadmap item --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dc135ab..4eb0c84 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ An example project is [here](https://github.com/mahaker/openapi-gas-example). - [ ] `requestBody` parsing(support `type: array`, `type: object` in object) - [ ] `$ref` and `$component` parsing - [ ] nested responses parsing(support `type: array`, `type: object` in object) +- [ ] `server` and `example` field support + - if `google.script.run` is not defined, api calls to localhost - [ ] `.json` file support - [ ] javascript(jsdoc) code generation - [ ] throw error for invalid input(a file specified by `--spec` option)