fix merge conflict
This commit is contained in:
commit
8c08fbddb6
10 changed files with 480 additions and 2 deletions
|
|
@ -481,6 +481,11 @@ interface MastodonApi {
|
|||
@GET("/api/v1/lists")
|
||||
suspend fun getLists(): NetworkResult<List<MastoList>>
|
||||
|
||||
@GET("/api/v1/accounts/{id}/lists")
|
||||
suspend fun getListsIncludesAccount(
|
||||
@Path("id") accountId: String
|
||||
): NetworkResult<List<MastoList>>
|
||||
|
||||
@FormUrlEncoded
|
||||
@POST("api/v1/lists")
|
||||
suspend fun createList(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue