package com.strmr.ps.data.remote.api;

import androidx.media3.container.NalUnitUtil;
import com.google.android.gms.common.internal.ImagesContract;
import com.strmr.ps.data.model.UpdateInfo;
import defpackage.kp6;
import defpackage.pq6;
import java.util.List;
import kotlin.Metadata;
import kotlin.coroutines.Continuation;
import retrofit2.http.GET;
import retrofit2.http.Path;
import retrofit2.http.Url;

/* JADX INFO: loaded from: classes3.dex */
@Metadata(d1 = {"\u0000&\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\u000e\n\u0002\b\u0003\n\u0002\u0010 \n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0003\bf\u0018\u00002\u00020\u0001J\"\u0010\u0002\u001a\u00020\u00032\b\b\u0001\u0010\u0004\u001a\u00020\u00052\b\b\u0001\u0010\u0006\u001a\u00020\u0005H§@¢\u0006\u0002\u0010\u0007J(\u0010\b\u001a\b\u0012\u0004\u0012\u00020\u00030\t2\b\b\u0001\u0010\u0004\u001a\u00020\u00052\b\b\u0001\u0010\u0006\u001a\u00020\u0005H§@¢\u0006\u0002\u0010\u0007J\u0018\u0010\n\u001a\u00020\u000b2\b\b\u0001\u0010\f\u001a\u00020\u0005H§@¢\u0006\u0002\u0010\r¨\u0006\u000e"}, d2 = {"Lcom/strmr/ps/data/remote/api/GitHubApiService;", "", "getLatestRelease", "Lcom/strmr/ps/data/remote/api/GitHubRelease;", "owner", "", "repo", "(Ljava/lang/String;Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;", "getAllReleases", "", "getVersionInfo", "Lcom/strmr/ps/data/model/UpdateInfo;", ImagesContract.URL, "(Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;", "app_sideloadRelease"}, k = 1, mv = {2, 0, 0}, xi = NalUnitUtil.H265_NAL_UNIT_TYPE_UNSPECIFIED)
public interface GitHubApiService {
    @pq6
    @GET("repos/{owner}/{repo}/releases")
    Object getAllReleases(@Path("owner") @kp6 String str, @Path("repo") @kp6 String str2, @kp6 Continuation<? super List<GitHubRelease>> continuation);

    @pq6
    @GET("repos/{owner}/{repo}/releases/latest")
    Object getLatestRelease(@Path("owner") @kp6 String str, @Path("repo") @kp6 String str2, @kp6 Continuation<? super GitHubRelease> continuation);

    @pq6
    @GET
    Object getVersionInfo(@Url @kp6 String str, @kp6 Continuation<? super UpdateInfo> continuation);
}
