From b901d96b1102521be5d589593ca79d64bd737fad Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Wed, 18 Oct 2023 19:06:21 -0700 Subject: [PATCH] Updated docs --- .../net.thauvin.erik.bitly/-utils/call.html | 2 +- .../net.thauvin.erik.bitly/-utils/index.html | 2 +- .../-utils/is-severe-loggable.html | 2 +- .../-utils/is-valid-url.html | 2 +- .../net.thauvin.erik.bitly/-utils/logger.html | 2 +- .../-utils/remove-http.html | 2 +- .../-utils/to-end-point.html | 2 +- docs/images/anchor-copy-button.svg | 6 +- docs/images/arrow_down.svg | 6 +- docs/images/burger.svg | 6 +- docs/images/copy-icon.svg | 6 +- docs/images/copy-successful-icon.svg | 6 +- docs/images/footer-go-to-link.svg | 6 +- docs/images/go-to-top-icon.svg | 6 +- docs/images/logo-icon.svg | 6 +- .../nav-icons/abstract-class-kotlin.svg | 4 + docs/images/nav-icons/annotation-kotlin.svg | 4 + docs/images/nav-icons/class-kotlin.svg | 4 + docs/images/nav-icons/enum-kotlin.svg | 4 + docs/images/nav-icons/field-value.svg | 4 + docs/images/nav-icons/field-variable.svg | 4 + docs/images/nav-icons/interface-kotlin.svg | 4 + docs/images/nav-icons/object.svg | 4 + docs/images/nav-icons/typealias-kotlin.svg | 4 + docs/images/theme-toggle.svg | 6 +- docs/scripts/clipboard.js | 4 + docs/scripts/navigation-loader.js | 4 + docs/scripts/platform-content-handler.js | 4 + .../symbol-parameters-wrapper_deferred.js | 123 ++++++++---------- docs/styles/font-jb-sans-auto.css | 4 + docs/styles/logo-styles.css | 4 + docs/styles/main.css | 10 +- docs/styles/prism.css | 4 + docs/styles/style.css | 6 +- 34 files changed, 177 insertions(+), 90 deletions(-) diff --git a/docs/bitly-shorten/net.thauvin.erik.bitly/-utils/call.html b/docs/bitly-shorten/net.thauvin.erik.bitly/-utils/call.html index 273a5e4..7f8052c 100644 --- a/docs/bitly-shorten/net.thauvin.erik.bitly/-utils/call.html +++ b/docs/bitly-shorten/net.thauvin.erik.bitly/-utils/call.html @@ -66,7 +66,7 @@

call

-
fun call(accessToken: String, endPoint: String, params: Map<String, Any> = emptyMap(), method: Methods = Methods.POST): CallResponse(source)

Executes an API call.

Return

A CallResponse object.

Parameters

accessToken

The API access token.

endPoint

The REST endpoint URI. (eg. https://api-ssl.bitly.com/v4/shorten)

params

The request parameters key/value map.

method

The submission Method.

+
fun call(accessToken: String, endPoint: String, params: Map<String, Any> = emptyMap(), method: Methods = Methods.POST): CallResponse(source)

Executes an API call.

Return

A CallResponse object.

Parameters

accessToken

The API access token.

endPoint

The REST endpoint URI. (eg. https://api-ssl.bitly.com/v4/shorten)

params

The request parameters key/value map.

method

The submission Method.

Utils

-
object Utils(source)

Provides useful generic functions.

+
object Utils(source)

Provides useful generic functions.

diff --git a/docs/bitly-shorten/net.thauvin.erik.bitly/-utils/is-severe-loggable.html b/docs/bitly-shorten/net.thauvin.erik.bitly/-utils/is-severe-loggable.html index 5c71e03..4586331 100644 --- a/docs/bitly-shorten/net.thauvin.erik.bitly/-utils/is-severe-loggable.html +++ b/docs/bitly-shorten/net.thauvin.erik.bitly/-utils/is-severe-loggable.html @@ -66,7 +66,7 @@

isSevereLoggable

-

Determines if Level.SEVERE logging is enabled.

+

Determines if Level.SEVERE logging is enabled.

-

Validates a URL.

+

Validates a URL.

-

The logger instance.

+

The logger instance.

-

Removes http(s) scheme from string.

+

Removes http(s) scheme from string.

-

Builds the full API endpoint URL using the Constants.API_BASE_URL.

+

Builds the full API endpoint URL using the Constants.API_BASE_URL.