Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ambianic/peerfetch
/ endpoints
Endpoints
2 in github.com/ambianic/peerfetch
⨍
Functions
49
◇
Types & classes
6
↳
Endpoints
2
Route
get_hello
app.get("/api/hello", response_model=HelloResponse)
examples/helloworld/edge_device/fastapi_app.py:None
Route
post_echo
app.post("/api/echo", response_model=EchoResponse)
examples/helloworld/edge_device/fastapi_app.py:None