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

Route get_census_data_get

api/app/api/chat_gpt_plugin.py:None–None  ·  view source on GitHub ↗
plugin.route('get_census_data', methods=['GET'])

Source from the content-addressed store, hash-verified

1import requests
2from flask import Blueprint, jsonify, request
3
4plugin = Blueprint('plugin', __name__)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected