oren — 6/17/2022, 12:48:23 AM

So basically this gives a combination of multiple APIs whereas Wasteof-client v3 can return each one separately. One is easier, one gives you raw data and more control. They're both good :)

↩ repost
wynd — 6/16/2022, 11:16:09 PM

Snazzy ( also should stats be in User.stats, User.profile [shown here], or User.profile.stats)

User {
  name: 'user',
  id: '62abb9b99568ece5f36aaa30',
  profile: {
    bio: 'im a wasteof user yay',
    links: [],
    color: 'indigo'
  },
  stats: {
    followers: 0,
    following: 0,
    posts: 0,
    comments: 0
  },
  sidebar: [{ type: "StatsBlock", data: { title: "stats" } }],
  flags: [ 'beta', 'verified' ],
  online: true
}
♥ 5 ↩ 1 💬 3 comments
♥ 1 ↩ 0 💬 1 comment

comments

wynd:

Basically, but its not done so there’ll be a ton more soon

6/17/2022, 1:01:13 AM