ITU-BDSA2024-GROUP7 / Chirp

A project for a twitter clone called Chirp!
http://bdsagroup07chirprazor.azurewebsites.net/
MIT License
1 stars 0 forks source link

Added a new endpoint to get the list of followers of the user + 3 new integration tests #175

Closed Nikolaj787 closed 1 week ago

Nikolaj787 commented 1 week ago

Things added for the pull request

New endpoint

A user can now write /follows after they are either in their own user timeline, or a different author's timeline. It will then output a list using JSON, which outputs all the authors the user itself follows or the author itself follows (depending on the scenario). The endpoint is added in Program.cs

New methods

A new method in CheepService & AuthorRepository is added, which returns the authorsFollowed List of the author.

3 new integration tests