openapi2callables.cli
Console script for openapi2callables.
Functions
|
|
|
Parse an OpenAPI schema from a remote URL. |
|
Host a small test service to test against. Useful for development, not sure who else. |
Module Contents
- openapi2callables.cli.cli()
- openapi2callables.cli.parse(schema_url)
Parse an OpenAPI schema from a remote URL.
- openapi2callables.cli.test_service(host='0.0.0.0', port=8000)
Host a small test service to test against. Useful for development, not sure who else.