MCPcopy Create free account

hub / github.com/514-labs/moosestack / endpoints

Endpoints16 in github.com/514-labs/moosestack

Routedata
app.post("/data")
templates/python-fastapi/app/apis/bar.py:None
Routedata
app.post("/data")
templates/python-webapp/app/apis/bar.py:None
Routedata
app.post("/data")
templates/python-tests/src/apis/webapp_bar.py:None
Routeget_bar_data
api.get("/bar", response_model=List[QueryResult])
templates/python-fastapi-client-only/app/fastapi.py:None
Routehealth
app.get("/health")
templates/python-fastapi/app/apis/bar.py:None
Routehealth
app.get("/health")
templates/python-webapp/app/apis/bar.py:None
Routehealth
app.get("/health")
templates/python-tests/src/apis/webapp_bar.py:None
Routepost_bar_data
api.post("/bar", response_model=InsertResponse)
templates/python-fastapi-client-only/app/fastapi.py:None
Routeprotected
app.get("/protected")
templates/python-fastapi/app/apis/bar.py:None
Routeprotected
app.get("/protected")
templates/python-webapp/app/apis/bar.py:None
Routeprotected
app.get("/protected")
templates/python-tests/src/apis/webapp_bar.py:None
Routequery
app.get("/query")
templates/python-fastapi/app/apis/bar.py:None
Routequery
app.get("/query")
templates/python-webapp/app/apis/bar.py:None
Routequery
app.get("/query")
templates/python-tests/src/apis/webapp_bar.py:None
Routetest_blank_external_source_fields_rejected
pytest.mark.parametrize( "source_factory,field", [ ( lambda: HttpSource(url="http:
packages/py-moose-lib/tests/test_olap_dictionary.py:None
Routetest_external_source_fields_are_camelcase
pytest.mark.parametrize( ("source", "snake_key", "camel_key"), [ ( HttpSource(url=
packages/py-moose-lib/tests/test_olap_dictionary.py:None