Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/geekcomputers/Python
/ add_course
Route
add_course
fastapi.py:None–None ·
view source on GitHub ↗
app.post("/courses")
Source
from the content-addressed store, hash-verified
1
from
fastapi
import
FastAPI
2
from
pydantic
import
BaseModel
3
from
typing
import
Optional
4
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected