mirror of
https://github.com/NiciDieNase/chaosflix
synced 2024-11-29 15:40:22 +00:00
formatting
This commit is contained in:
parent
5a5c0a5e0d
commit
b69999a977
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ interface EventInfoApi {
|
||||||
|
|
||||||
@GET("/eventkalender/events.json")
|
@GET("/eventkalender/events.json")
|
||||||
suspend fun getVocEvents(
|
suspend fun getVocEvents(
|
||||||
@Query("filter") filter: String = "upcoming", // {past|upcoming|today|2013}
|
@Query("filter") filter: String = "upcoming", // {past|upcoming|today|2013}
|
||||||
@Query("streaming") streaming: String = "true" // {true|false|undefined}
|
@Query("streaming") streaming: String = "true" // {true|false|undefined}
|
||||||
): EventInfoWrapperDto
|
): EventInfoWrapperDto
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue