diff options
| author | Andy Davidoff <disruptek@users.noreply.github.com> | 2019-09-21 01:21:38 -0400 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-09-21 07:21:38 +0200 |
| commit | e99abe8534b526c443cb5cf68b5941655c5e9f74 (patch) | |
| tree | 6ead086b5e031a9fbcdf1f3dfd81635437e1c09a | |
| parent | 71509bd8d51b5d0c8596e0c0be81acebc68bdd63 (diff) | |
| download | packages-e99abe8534b526c443cb5cf68b5941655c5e9f74.tar.gz packages-e99abe8534b526c443cb5cf68b5941655c5e9f74.zip | |
Added package openapi (#1172)
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 1c3d24c..c146cf6 100644 --- a/packages.json +++ b/packages.json @@ -14353,6 +14353,20 @@ "web": "https://github.com/disruptek/sigv4" }, { + "name": "openapi", + "url": "https://github.com/disruptek/openapi", + "method": "git", + "tags": [ + "api", + "openapi", + "rest", + "cloud" + ], + "description": "OpenAPI Code Generator", + "license": "MIT", + "web": "https://github.com/disruptek/openapi" + }, + { "name": "atoz", "url": "https://github.com/disruptek/atoz", "method": "git", |
