[x] Make GetCheeps two methods, one with an author and one without.
Description:
GetCheeps currently handles getting both cheeps in general and cheeps from an author, which is slightly in the way of SRP. However splitting it up would create quite a bit of code duplication.
Acceptance criteria:
Description:
GetCheeps currently handles getting both cheeps in general and cheeps from an author, which is slightly in the way of SRP. However splitting it up would create quite a bit of code duplication.
References: