| Package | Description |
|---|---|
| com.github.dannil.scbjavaclient.communication |
Package which contains classes related to communication, be it HTTP or any other
form supported now, or in the future, by the API.
|
| Modifier and Type | Method and Description |
|---|---|
URLEndpoint |
URLEndpoint.append(String str)
Appends the given string to the URL.
|
static URLEndpoint |
URLEndpoint.getRootUrl()
Returns the root URL for the API.
|
static URLEndpoint |
URLEndpoint.getRootUrl(Locale locale)
Returns the root URL for the API for a specific
Locale. |
static URLEndpoint |
URLEndpoint.getRootUrl(Locale locale,
CommunicationProtocol communicationProtocol)
Returns the root URL for the API for a specific
Locale and
CommunicationProtocol. |
URLEndpoint |
URLEndpoint.toURL(Locale locale)
Generates a new URL to the API using the specified
Locale. |
URLEndpoint |
URLEndpoint.toURL(String language)
Generates a new URL to the API by replacing the current language tag in the URL
with the specified language tag.
|
URLEndpoint |
URLEndpoint.toURL(String language,
CommunicationProtocol communicationProtocol)
Generates a new URL to the API by replacing the current language tag and
communication protocol in the URL with the specified language tag and
CommunicationProtocol. |
Copyright © 2018. All rights reserved.