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

retrofit2.BaseUrl Maven / Gradle / Ivy

There is a newer version: 2.11.0
Show newest version
package retrofit2;

import okhttp3.HttpUrl;

/** The base URL of the remote service. */
public interface BaseUrl {
  /**
   * The base URL.
   * 

* Consumers will call this method every time they need to create a request allowing values * to change over time. */ HttpUrl url(); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy