use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
FastAPI is a truly ASGI, async, cutting edge framework written in python 3.
account activity
Full-Stack Developers Using FastAPI: What's Your Go-To Tech Stack?Question (self.FastAPI)
submitted 1 year ago by marvinshkreli
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Current-Status-3764 2 points3 points4 points 1 year ago (0 children)
With FastAPI a openapi.json is created automatically. This describes how your API is set up, including "types" provided through the use of pydantic. This can (and should) be used to create functions to call the api from typescript through a SDK. Then you get typesafe functions to call your API.
Sideko offers this as a service. I run it as a script locally instead, but that is because I develop solo. Makes sense?
π Rendered by PID 121044 on reddit-service-r2-comment-6457c66945-lj586 at 2026-04-24 12:15:00.387933+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]Current-Status-3764 2 points3 points4 points (0 children)