Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
exelix11297yYes, but iirc it's not public. Still it's not hard to figure out if you're good with chrome dev tools
-
@exelix Yeah, I was just reading the backend js. I've only skimmed it, so I'm not sure how it produces the rant id of the new rant. I just saw that it seems to use the same endpoint as displaying a rant by id. hmm.
I ask this because I'm making a text-based app for devRant I can run in my terminal. It just took minutes to get it to read various things, but I am unsure of how to login and post or ++ anything. -
The auth key is in the GET request. Just take a look in the network requests tab.
-
exelix11297y@corscheid this is part of the source of an app i did (C#): https://gist.github.com/exelix11/...
It can read newest rants, log in and post. It might not compile since i just hacked it together now (the original app was a plaintext html wrapper for the devrant api to read and post rants from arduino) -
dfox428277yWe don’t provide a method to authenticate yet but we’re going to in the future. Until then we don’t really allow/encourage apps that require login because they are generally unsafe since you’re giving your username and password.
Related Rants
Does the devRant API provide for authenticating and posting new rants?
I've found several unofficial docs that mention grabbing rants and profiles but none that I've found have a method to post rants.
question
devrant
api