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
-
the user_id, token_id, key ... is if you are logged in by yourself then it will also show a score for the rants you have upvoted
-
@joewilliams007 is it paginated though? i want to get all rants at once if it is possible, but let me know the key to get next page and so on if that's the pagination solution. also, can you point me to the documentation of this api?
-
@dotenvironment i think its actually all rants. But you can check that by looking at first and last and comparing with ur account
-
@joewilliams007 no it isn't :( it shows only 35 and the repsonse itself says that total rants from the user are 352
-
@dotenvironment try using
&range=
&limit=
Max for limit is 50 rants per request. I havent tested range yet. -
@dotenvironment wait maybe use &skip instead. Then you can skip like 0 first time then 20 second time.
Like could be &skip= , &range= and &limit=
I dont know which one :D
so i am trying to checkout devrant apis on
i want to get access to all rants of my original account "curioustools", so i tried this get api (id is correct, i generated via another user api) .
https://devrant.io/rants/...
it is giving 404, but user does exists . anyone have idea about this api or what am i doing wrong
random