This website works better with JavaScript.
Explore
Help
Sign In
MetuFSS
/
metu.life
Watch
2
Star
1
Fork
You've already forked metu.life
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
5988
Commits
1
Branch
0
Tags
134 MiB
Tree:
6a3f9b7e53
metu.life
/
spec
/
fabricators
/
list_account_fabricator.rb
6 lines
75 B
Raw
Normal View
History
Unescape
Escape
Lists (#5703) * Add structure for lists * Add list timeline streaming API * Add list APIs, bind list-account relation to follow relation * Add API for adding/removing accounts from lists * Add pagination to lists API * Add pagination to list accounts API * Adjust scopes for new APIs - Creating and modifying lists merely requires "write" scope - Fetching information about lists merely requires "read" scope * Add test for wrong user context on list timeline * Clean up tests
7 years ago
Fabricator
(
:list_account
)
do
list
nil
account
nil
follow
nil
end