Which API? Python in general?
just do it
u just wanna make an API? google how to make a backend in general. idea is the same, user requests sth and u just send em some piece of information. if its ur first time dont overthink it but u can keep learning and making it more complicated as time goes on making like a queue for requests, throttling incoming connections, authentication, rate limits, request limits, etc
Thanks, So i have to learn backend requirements(flask, requests etc) anyways then?
then u just learn more and more stuff about it, how to take in arguments with ur requests so u could send different people different info back and so on
but yeah flask is a good place to start
also u need to learn get and post requests
Обсуждают сегодня