MCPcopy Index your code
hub / github.com/fastapi/fastapi / Subscription

Class Subscription

tests/test_webhooks_security.py:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14
15class Subscription(BaseModel):
16 username: str
17 monthly_fee: float
18 start_date: datetime
19
20
21@app.webhooks.post("new-subscription")

Callers 1

test_dummy_webhookFunction · 0.70

Calls

no outgoing calls

Tested by 1

test_dummy_webhookFunction · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…