All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.squareup.urlshortener.UrlStore.kt Maven / Gradle / Ivy

package com.squareup.urlshortener

import okhttp3.HttpUrl

interface UrlStore {
  fun urlToToken(longUrl: HttpUrl): String
  fun tokenToUrl(token: String): HttpUrl?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy