Steve0Greatness
@StevesGreatness
Welcome to my replit account! I use this in conjunction with my GitHub.
0
War of the hello worldsA website to survey the most popular(among programmers) version of "hello world."
4
0
0
0
Replit Language DataThis is a Database of Aal supported programming languages in Replit.
4
0
0
I'm trying to find any documentation on replit.com/data, but I can't find any. Is there any?
RoBlockHead Aside from things like ReplDB and ReplAuth, replit doesn’t provide any documentation for their other APIs, this is mostly because they don’t mean for people to use them. They’re supposedly going to be working on public-facing APIs later in the year, though, so it may get some documentation soon!1 year ago
What I mean by a Replit DB is if Replit has made something like the "Rest API."
I found the answer on my own.
Coder100 Nope, but you can use my json store thingy:
https://replit.com/talk/share/Easy-Web-Database/1379622 years ago
RayhanADev Hiya @StevesGreatness
Replit has a few dozen APIs, if you're asking about ReplDB's API I'd take a look at the source code (https://github.com/cursorweb/repl.it-db) to see the endpoints.
If you want to know about the other APIs there is a Restful API but that is typically used for Replit meta and Container connections. The GraphQL API is useful for projects integrating Replit, take a look at ReplAPI.it an API package I made (keep in mind its under a revision and currently broken: https://github2 years ago