forked from openrs2/openrs2
parent
ea9ec62e6e
commit
ba5c285a47
@ -1,19 +0,0 @@ |
|||||||
package org.openrs2.archive.key |
|
||||||
|
|
||||||
import java.net.http.HttpClient |
|
||||||
import javax.inject.Inject |
|
||||||
import javax.inject.Singleton |
|
||||||
|
|
||||||
@Singleton |
|
||||||
public class OpenOsrsKeyDownloader @Inject constructor( |
|
||||||
client: HttpClient, |
|
||||||
jsonKeyReader: JsonKeyReader |
|
||||||
) : JsonKeyDownloader(KeySource.OPENOSRS, client, jsonKeyReader) { |
|
||||||
override suspend fun getMissingUrls(seenUrls: Set<String>): Set<String> { |
|
||||||
return setOf(ENDPOINT) |
|
||||||
} |
|
||||||
|
|
||||||
private companion object { |
|
||||||
private const val ENDPOINT = "https://xtea.openosrs.dev/get" |
|
||||||
} |
|
||||||
} |
|
Loading…
Reference in new issue