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