MCPcopy Create free account
hub / github.com/caesarHQ/textSQL / get_visualization

Route get_visualization

byod/api/app/visualization/routes.py:None–None  ·  view source on GitHub ↗
bp.route("/viz", methods=["POST"])

Source from the content-addressed store, hash-verified

1from flask import Blueprint, jsonify, make_response, request
2
3from .utils import get_changed_vega, get_vega_lite_spec
4

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected