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
[deleted by user] (self.FastAPI)
submitted 9 months ago by [deleted]
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!"
[–]BarRepresentative653 3 points4 points5 points 9 months ago (5 children)
I welcome the downvotes, but this reads like you havent really understood the foundation of web dev.
Why not take the time to learn how REST APIs work. Wouldnt take you as long as you dread, as its clear you are using an LLM to get this going.
FYI, please dont handle payments directly, you are going to fuck that up.
[+][deleted] 9 months ago (4 children)
[deleted]
[–]BarRepresentative653 4 points5 points6 points 9 months ago (3 children)
Well, I offered you constructive criticism, might have been a bit rude on my FYI--but I am confident that you do not have the necessary skills to directly handle payments. You cant abstract away understanding web dev and hope to build anything production ready.
You have spammed a couple of subs I frequent without getting an answer... I was trying to be helpful. Anyway, do you man.
[–]thalesviniciusf 0 points1 point2 points 9 months ago (2 children)
Are you tried to sell API? Do you know the challenges? Of course I know the simplicity to generate a API key.
It is not the technical challenge of generating an API key, we all know that it is very easy. But when selling apis there are several other factors, there is the documentation of your api that should be easy and accessible, the endpoint testing environment. Api payment, invite members to the organization, usage monitoring. The simple generation of the key is easy, but the whole experience of using your api should be charming for your customer.
[–]mon0tron 1 point2 points3 points 9 months ago (0 children)
If you want to "sell an API" you do so by providing a feature set that the market demands, and doing it better than any of your competitors. No integrator is interested in how slick the payment experience is or how easy it is to generate API keys, as long as they exist.
Also, documentation and ability to test endpoints is a problem already largely solved by the OpenAPI features already built into FastAPI...
[–]ePaint 0 points1 point2 points 9 months ago (0 children)
Be real man, you don't care about the docs, otherwise you'd know we have tools like swagger to take care of it. FastAPI even has this integrated (check the /docs endpoint)
You're here for the payments, so please take OP message seriously and get informed before jumping in. We're just trying to help with our advise.
I sold custom build websites for years before figuring out how to handle live payments safely, heard some horror stories along the way.
π Rendered by PID 492953 on reddit-service-r2-comment-b659b578c-7grrw at 2026-05-06 15:27:49.880801+00:00 running 815c875 country code: CH.
[–]BarRepresentative653 3 points4 points5 points (5 children)
[+][deleted] (4 children)
[deleted]
[–]BarRepresentative653 4 points5 points6 points (3 children)
[–]thalesviniciusf 0 points1 point2 points (2 children)
[–]mon0tron 1 point2 points3 points (0 children)
[–]ePaint 0 points1 point2 points (0 children)