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
		
- 
				
				DELETE /api/users/3188397/subscribe HTTP/1.1
 
 {success: boolean}
 
 What's the `nari` param?
 Does the X-Titanium-Id exclude you from connection ban?
- 
				
				How dare you to tell me to ignore?! I will ignore if and when I want. Fuck you!
 
 *ignores*
- 
				
				Stats track when a user tries to create a rant
 
 Weirdly enough defined as
 et Post Rant Viewed
- 
				
				GET /api/devrant/rants HTTP/1.1
 
 Has param:
 filters int[]
 
 1=Rants
 2=JokesMemes
 3=Questions
 4=Collabs
 5=devRant
 6=Random
 7=Undefined
- 
				
				GET /api/devrant/story-rants?limit=20&skip=0&sort=top&range=month&hide_reposts=0 HTTP/1.1
 
 ranges:
 day
 month
 week
 all
 
 sortings:
 recent
 top
- 
				
				GET /app-pages/store-products HTTP/1.1
 
 Store products below "free swag" and "swag store" (those are hardcoded)
 
 returns HTML
- 
				
				POST /api/users/me/account-details HTTP/1.1
 
 username and email as Form body
 
 Unable to test applied changes response
- 
				
				Stats from settings
 
 et Setting Auto Load Images
 ep {"new_value":0}
 
 ---
 
 et Setting Rant Avatar Images
 ep {"new_value":0}
 
 ---
 
 et Setting Notifs Avatar Images
 ep {"new_value":0}
 
 Does NOT track "hide rants voted repost"
 Does NOT track "Show share options after posting rant"
- 
				
				Notification settings
 
 POST /api/users/me/notifications HTTP/1.1
 
 possible body values (all either 0 or 1):
 
 - notif_new_likes_on_your_rants
 - notif_new_likes_on_your_comments
 - notif_new_comments_on_your_rants
 - notif_new_comments_on_commented_on
 - notif_mention
 - notif_rant_sub
 - notif_update_new_rants
 - email_weekly_top_rants
- 
				
				Themes
 
 Does NOT track the theme.
 Does NOT validate devrant supporter on selection
 
 (Presumably checked from the logged in profile response)
- 
				
				in-app WebView links use onclick="Ti.App.fireEvent('openLinkUrl', {url:""}); return false;"
- 
				
				GET /app-pages/about?theme=dark HTTP/1.1
 
 theme can be "light", there is also a black version, but the parameter is unknown.
- 
				
				Stats yet again...
 
 et Start Session
 
 et Rant Share Button
 ep {"source":"app"}
 
 et Rant Share
 ep {"source":"app","platform":"twitter","from":"bar"}
 
 Crash on facebook share because
 CONNECT devrant.com:443 HTTP/1.1
 closes the remote connection(?)















Inspecting the mobile app. Ignore.
random