6

For everybody wondering what's the new endpoint is..

/api/me/subscribed-feed

you can also provide an `filter`, which is comma-seperated with the possible values:
- posted
- commentedOn
- liked

"View more suggested users" does NOT load more. It simply doesn't show everything from the response.

Comments
  • 1
    It’s also bugged when you go from offline to online; header duplicated
  • 2
    Always appreciate your notes about the APIs even though I don't use them. Interesting stuff :)
  • 2
    Many thanks! Give me some time, I'll implement it in my command line client in honor of your work here
  • 0
    I have loosely modeled the response. Green items are typical devRant data structures, blue are new
  • 0
    @skayo can add it to the documentation
  • 0
    Also, @frogstair can add it too
  • 0
    Just wondering, how and why are you reverse engineering the API? And documenting it.

    Shouldn't @dfox just volunteer the info?
  • 2
    @donuts

    1) Technically not a public API yet.

    2) [See: Reason 1]
Add Comment