An open API service indexing awesome lists of open source software.

https://github.com/johanste/swapiview

Create description of openapi 2.0 documents that can be consumed by API view (internal tool)
https://github.com/johanste/swapiview

Last synced: about 2 months ago
JSON representation

Create description of openapi 2.0 documents that can be consumed by API view (internal tool)

Awesome Lists containing this project

README

          

# swapiview
Create description of openapi 2.0 documents that can be consumed by API view (internal tool)

Please note that this is a) an internal tool and b) a prototype at the moment.

Requires Python 3.7+

Usage:

```shell
python apiserializer.py {file to analyze} > out.json
```

There is a lot of debug printouts to standard error at the moment.