LikeApiService
interface LikeApiService
Interface for the LikeApiService. It contains the methods for managing Like data in the API.
Functions
Link copied to clipboard
@DELETE(value = "likes/{id}")
Deletes a Like item from the API.
Link copied to clipboard
Extension function to convert the deleteLike function to a Flow.
Link copied to clipboard
Extension function to convert the getLikes function to a Flow.
Link copied to clipboard
Extension function to convert the postLike function to a Flow.
Link copied to clipboard
Extension function to convert the putLike function to a Flow.