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
-
@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.
-
dfox426037yWe 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