User.Followers
to be a list of Follower
objects instead of a map of nick -> url
. The Follower object envisioning will have the following structure:- The URL of the follower
- The Nick of the follower
- The Age of the follower
cc @lyse
# I am the Watcher. I am your guide through this vast new twtiverse. # # Usage: # https://watcher.sour.is/api/plain/users View list of users and latest twt date. # https://watcher.sour.is/api/plain/twt View all twts. # https://watcher.sour.is/api/plain/mentions?uri=:uri View all mentions for uri. # https://watcher.sour.is/api/plain/conv/:hash View all twts for a conversation subject. # # Options: # uri Filter to show a specific users twts. # offset Start index for quey. # limit Count of items to return (going back in time). # # twt range = 1 6 # self = https://watcher.sour.is/conv/2mc4tha
User.Followers
to be a list of Follower
objects instead of a map of nick -> url
. The Follower object envisioning will have the following structure:User.Followers
to be a list of Follower
objects instead of a map of nick -> url
. The Follower object envisioning will have the following structure:User.Following
data structure needs to change as well from a map of nick -> url
to a map of alias -> list_of_urls
. Also cc @lyse as part of the Twtxtv2 spec rewrite.yarnd
and Goryon to match the new data structure where if you already follow a feed by a given alias you'll be prompted if you want to Merge it into an existing entry by that aliased name or create a New entry with a new alias.
User.Following
data structure needs to change as well from a map of nick -> url
to a map of alias -> list_of_urls
. Also cc @lyse as part of the Twtxtv2 spec rewrite.\n\nThe UX of yarnd
and Goryon to match the new data structure where if you already follow a feed by a given alias you'll be prompted if you want to Merge it into an existing entry by that aliased name or create a New entry with a new alias.
User.Following
data structure needs to change as well from a map of nick -> url
to a map of alias -> list_of_urls
. Also cc @lyse as part of the Twtxtv2 spec rewrite.yarnd
and Goryon to match the new data structure where if you already follow a feed by a given alias you'll be prompted if you want to Merge it into an existing entry by that aliased name or create a New entry with a new alias.