Skip to content

Commit

Permalink
Don't break the API.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfuhrm committed Dec 9, 2019
1 parent de8616d commit b36cc59
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@ public final class RadioBrowser {
protected static final String DEFAULT_API_URL =
"https://de1.api.radio-browser.info/";

/**
* @deprecated There are multiple API URLs at the moment. In the past this was a single URL.
* Reference for compatibility for legacy clients.
* */
@Deprecated
protected static final String API_URL = DEFAULT_API_URL;

/** The JAX-RS web target for service access. */
private final WebTarget webTarget;

Expand Down

0 comments on commit b36cc59

Please sign in to comment.