Refactor of API timeline actions (#3263)
- Increase coverage to exercise all parts of each action - Move into namespace to share common code - Misc refactor of each action for smaller methods, simpler code
This commit is contained in:
parent
256e3adc1d
commit
4289ed1d13
11 changed files with 298 additions and 97 deletions
2
app/views/api/v1/timelines/base/show.rabl
Normal file
2
app/views/api/v1/timelines/base/show.rabl
Normal file
|
@ -0,0 +1,2 @@
|
|||
collection @statuses
|
||||
extends('api/v1/statuses/show')
|
Reference in a new issue