diff --git a/badge-maker_lib_index.js.html b/badge-maker_lib_index.js.html index 0fa946f0f2..0c8a08e658 100644 --- a/badge-maker_lib_index.js.html +++ b/badge-maker_lib_index.js.html @@ -117,13 +117,13 @@ module.exports = {
diff --git a/badge-maker_lib_xml.js.html b/badge-maker_lib_xml.js.html index cb57f0611f..c0d50c6493 100644 --- a/badge-maker_lib_xml.js.html +++ b/badge-maker_lib_xml.js.html @@ -61,7 +61,7 @@ class XmlElement { * @param {object} attrs Refer to individual attrs * @param {string} attrs.name * Name of the XML tag - * @param {Array.<string|module:badge-maker/lib/xml-element~XmlElement>} [attrs.content=[]] + * @param {Array.<string|module:badge-maker/lib/xml~XmlElement>} [attrs.content=[]] * Array of objects to render inside the tag. content may contain a mix of * string and XmlElement objects. If content is `[]` or ommitted the * element will be rendered as a self-closing element. @@ -132,13 +132,13 @@ module.exports = { escapeXml, stripXmlWhitespace, XmlElement, ElementList }
diff --git a/core_base-service_base-graphql.js.html b/core_base-service_base-graphql.js.html index f4d263d70f..5995a6aaef 100644 --- a/core_base-service_base-graphql.js.html +++ b/core_base-service_base-graphql.js.html @@ -130,13 +130,13 @@ export default BaseGraphqlService
diff --git a/core_base-service_base-json.js.html b/core_base-service_base-json.js.html index d9db1fa5e9..cfdfa20266 100644 --- a/core_base-service_base-json.js.html +++ b/core_base-service_base-json.js.html @@ -91,13 +91,13 @@ export default BaseJsonService
diff --git a/core_base-service_base-svg-scraping.js.html b/core_base-service_base-svg-scraping.js.html index 82ebd69e0e..76c3cb32eb 100644 --- a/core_base-service_base-svg-scraping.js.html +++ b/core_base-service_base-svg-scraping.js.html @@ -127,13 +127,13 @@ export default BaseSvgScrapingService
diff --git a/core_base-service_base-xml.js.html b/core_base-service_base-xml.js.html index ff84332067..bb308d60ae 100644 --- a/core_base-service_base-xml.js.html +++ b/core_base-service_base-xml.js.html @@ -105,13 +105,13 @@ export default BaseXmlService
diff --git a/core_base-service_base-yaml.js.html b/core_base-service_base-yaml.js.html index c0f1b77778..7fa305b7c1 100644 --- a/core_base-service_base-yaml.js.html +++ b/core_base-service_base-yaml.js.html @@ -109,13 +109,13 @@ export default BaseYamlService
diff --git a/core_base-service_base.js.html b/core_base-service_base.js.html index 1b8a2fb27a..d32650e2f6 100644 --- a/core_base-service_base.js.html +++ b/core_base-service_base.js.html @@ -612,13 +612,13 @@ export default BaseService
diff --git a/core_base-service_errors.js.html b/core_base-service_errors.js.html index c2e04e0dfb..37be413078 100644 --- a/core_base-service_errors.js.html +++ b/core_base-service_errors.js.html @@ -255,13 +255,13 @@ export {
diff --git a/core_base-service_graphql.js.html b/core_base-service_graphql.js.html index 9fbb2497da..b703e3d89f 100644 --- a/core_base-service_graphql.js.html +++ b/core_base-service_graphql.js.html @@ -87,13 +87,13 @@ export { mergeQueries }
diff --git a/core_server_prometheus-metrics.js.html b/core_server_prometheus-metrics.js.html index 8c9f5f8596..ca5da59b00 100644 --- a/core_server_prometheus-metrics.js.html +++ b/core_server_prometheus-metrics.js.html @@ -121,13 +121,13 @@ export default class PrometheusMetrics {
diff --git a/core_server_server.js.html b/core_server_server.js.html index 4462572940..d895a39063 100644 --- a/core_server_server.js.html +++ b/core_server_server.js.html @@ -606,13 +606,13 @@ export default Server
diff --git a/core_service-test-runner_create-service-tester.js.html b/core_service-test-runner_create-service-tester.js.html index 27049fa2d4..0153295d83 100644 --- a/core_service-test-runner_create-service-tester.js.html +++ b/core_service-test-runner_create-service-tester.js.html @@ -68,13 +68,13 @@ export default createServiceTester
diff --git a/core_service-test-runner_icedfrisby-shields.js.html b/core_service-test-runner_icedfrisby-shields.js.html index 5ea05d62cc..aa030891ac 100644 --- a/core_service-test-runner_icedfrisby-shields.js.html +++ b/core_service-test-runner_icedfrisby-shields.js.html @@ -125,13 +125,13 @@ export default factory
diff --git a/core_service-test-runner_infer-pull-request.js.html b/core_service-test-runner_infer-pull-request.js.html index df14b2a2a0..97d694064f 100644 --- a/core_service-test-runner_infer-pull-request.js.html +++ b/core_service-test-runner_infer-pull-request.js.html @@ -136,13 +136,13 @@ export { parseGithubPullRequestUrl, parseGithubRepoSlug, inferPullRequest }
diff --git a/core_service-test-runner_runner.js.html b/core_service-test-runner_runner.js.html index 7887229376..4b457aca7e 100644 --- a/core_service-test-runner_runner.js.html +++ b/core_service-test-runner_runner.js.html @@ -112,13 +112,13 @@ export default Runner
diff --git a/core_service-test-runner_service-tester.js.html b/core_service-test-runner_service-tester.js.html index f2dddfda48..ef922dffdf 100644 --- a/core_service-test-runner_service-tester.js.html +++ b/core_service-test-runner_service-tester.js.html @@ -178,13 +178,13 @@ export default ServiceTester
diff --git a/core_service-test-runner_services-for-title.js.html b/core_service-test-runner_services-for-title.js.html index 949e0947e9..8c540f12f0 100644 --- a/core_service-test-runner_services-for-title.js.html +++ b/core_service-test-runner_services-for-title.js.html @@ -69,13 +69,13 @@ export default servicesForTitle
diff --git a/core_token-pooling_token-pool.js.html b/core_token-pooling_token-pool.js.html index 47c59b2c39..cbb90dedbb 100644 --- a/core_token-pooling_token-pool.js.html +++ b/core_token-pooling_token-pool.js.html @@ -373,13 +373,13 @@ export { sanitizeToken, Token, TokenPool }
diff --git a/global.html b/global.html index 0f6f45e145..123455e90b 100644 --- a/global.html +++ b/global.html @@ -663,430 +663,6 @@ - - - - - -

renderDownloadsBadge(attrs) → {object}

- - - - - - -
-

Handles rendering concerns of badges that display -download counts, with override/customization support

-
- - - - - - - - - -
Parameters:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescription
attrs - - -object - - - -

Refer to individual attrs

-
Properties
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributesDescription
downloads - - -number - - - - - - - - - -

Number of downloads

interval - - -string - - - - - - <optional>
- - - - - -

Period or interval the downloads occurred -(e.g. day, week, month). If provided then this Will be reflected -in the badge message unless overridden by other message-related parameters

version - - -string - - - - - - <optional>
- - - - - -

Version or tag that was downloaded -which will be reflected in the badge label (unless the label is overridden)

labelOverride - - -string - - - - - - <optional>
- - - - - -

If provided then the badge label is set to this -value overriding any other label-related parameters

colorOverride - - -string - - - - - - <optional>
- - - - - -

If provided then the badge color is set to this -value instead of the color being based on the count of downloads

messageSuffixOverride - - -string - - - - - - <optional>
- - - - - -

If provided then the badge message will -will have this value added to the download count, separated with a space

versionedLabelPrefix - - -string - - - - - - <optional>
- - - - - -

If provided then the badge label will use -this value as the prefix for versioned badges, e.g. foobar@v1.23. Defaults to 'downloads'

- -
- - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - -
Source:
-
- - - - - - - -
- - - - - - - - - - - - - - - -
Returns:
- - -
-

Badge

-
- - - -
-
- Type -
-
- -object - - -
-
- - - - - - - - @@ -1102,13 +678,13 @@ this value as the prefix for versioned badges, e.g. foobar@v1.23. D
diff --git a/index.html b/index.html index 11821af0bf..846fa7b153 100644 --- a/index.html +++ b/index.html @@ -217,13 +217,13 @@ under their terms and license.


diff --git a/module-badge-maker.html b/module-badge-maker.html index b4b7119086..8d1abdf9eb 100644 --- a/module-badge-maker.html +++ b/module-badge-maker.html @@ -381,13 +381,13 @@
diff --git a/module-badge-maker_lib_xml-ElementList.html b/module-badge-maker_lib_xml-ElementList.html index 1bcfc6c907..8592983e24 100644 --- a/module-badge-maker_lib_xml-ElementList.html +++ b/module-badge-maker_lib_xml-ElementList.html @@ -157,13 +157,13 @@ like an XmlElement but renders multiple XML tags (not wrapped in a ).


diff --git a/module-badge-maker_lib_xml-XmlElement.html b/module-badge-maker_lib_xml-XmlElement.html index d41d0c748c..7b640cd234 100644 --- a/module-badge-maker_lib_xml-XmlElement.html +++ b/module-badge-maker_lib_xml-XmlElement.html @@ -177,7 +177,7 @@ -Array.<(string|module:badge-maker/lib/xml-element~XmlElement)> +Array.<(string|module:badge-maker/lib/xml~XmlElement)> @@ -468,13 +468,13 @@ element will be rendered as a self-closing element.


diff --git a/module-badge-maker_lib_xml.html b/module-badge-maker_lib_xml.html index 4db712c953..0f45bdd0c5 100644 --- a/module-badge-maker_lib_xml.html +++ b/module-badge-maker_lib_xml.html @@ -80,13 +80,13 @@
diff --git a/module-core_base-service_base-BaseService.html b/module-core_base-service_base-BaseService.html index 6caba52862..5c330a3262 100644 --- a/module-core_base-service_base-BaseService.html +++ b/module-core_base-service_base-BaseService.html @@ -737,13 +737,13 @@ defined in this.route.pattern or this.route.capture


diff --git a/module-core_base-service_base-graphql-BaseGraphqlService.html b/module-core_base-service_base-graphql-BaseGraphqlService.html index 66d731d9d0..1073f93c4b 100644 --- a/module-core_base-service_base-graphql-BaseGraphqlService.html +++ b/module-core_base-service_base-graphql-BaseGraphqlService.html @@ -823,13 +823,13 @@ an InvalidResponse.


diff --git a/module-core_base-service_base-graphql.html b/module-core_base-service_base-graphql.html index 4447cb49d2..93f06ee5d0 100644 --- a/module-core_base-service_base-graphql.html +++ b/module-core_base-service_base-graphql.html @@ -77,13 +77,13 @@
diff --git a/module-core_base-service_base-json-BaseJsonService.html b/module-core_base-service_base-json-BaseJsonService.html index 3e3ddf3919..60e7c790e9 100644 --- a/module-core_base-service_base-json-BaseJsonService.html +++ b/module-core_base-service_base-json-BaseJsonService.html @@ -668,13 +668,13 @@ This can be used to extend or override the
diff --git a/module-core_base-service_base-json.html b/module-core_base-service_base-json.html index 5d2c54f017..ad3532efee 100644 --- a/module-core_base-service_base-json.html +++ b/module-core_base-service_base-json.html @@ -77,13 +77,13 @@
diff --git a/module-core_base-service_base-svg-scraping-BaseSvgScrapingService.html b/module-core_base-service_base-svg-scraping-BaseSvgScrapingService.html index fda84f366a..72ee6ff649 100644 --- a/module-core_base-service_base-svg-scraping-BaseSvgScrapingService.html +++ b/module-core_base-service_base-svg-scraping-BaseSvgScrapingService.html @@ -759,13 +759,13 @@ This can be used to extend or override the
diff --git a/module-core_base-service_base-svg-scraping.html b/module-core_base-service_base-svg-scraping.html index e785c774e7..bd6b37022a 100644 --- a/module-core_base-service_base-svg-scraping.html +++ b/module-core_base-service_base-svg-scraping.html @@ -77,13 +77,13 @@
diff --git a/module-core_base-service_base-xml-BaseXmlService.html b/module-core_base-service_base-xml-BaseXmlService.html index b9b90a7296..aef9ff4f93 100644 --- a/module-core_base-service_base-xml-BaseXmlService.html +++ b/module-core_base-service_base-xml-BaseXmlService.html @@ -551,13 +551,13 @@ This can be used to extend or override the
diff --git a/module-core_base-service_base-xml.html b/module-core_base-service_base-xml.html index c1bb1dcdf1..e04b91e02e 100644 --- a/module-core_base-service_base-xml.html +++ b/module-core_base-service_base-xml.html @@ -77,13 +77,13 @@
diff --git a/module-core_base-service_base-yaml-BaseYamlService.html b/module-core_base-service_base-yaml-BaseYamlService.html index d5c48744b9..be344f5852 100644 --- a/module-core_base-service_base-yaml-BaseYamlService.html +++ b/module-core_base-service_base-yaml-BaseYamlService.html @@ -548,13 +548,13 @@ This can be used to extend or override the
diff --git a/module-core_base-service_base-yaml.html b/module-core_base-service_base-yaml.html index ea186fb83a..ef9ee301d6 100644 --- a/module-core_base-service_base-yaml.html +++ b/module-core_base-service_base-yaml.html @@ -77,13 +77,13 @@
diff --git a/module-core_base-service_base.html b/module-core_base-service_base.html index d1ffd26ee0..5fac5415ec 100644 --- a/module-core_base-service_base.html +++ b/module-core_base-service_base.html @@ -1160,13 +1160,13 @@ when the parameter is absent. (Note that in,
diff --git a/module-core_base-service_errors-Deprecated.html b/module-core_base-service_errors-Deprecated.html index da856239d6..d0df108a0c 100644 --- a/module-core_base-service_errors-Deprecated.html +++ b/module-core_base-service_errors-Deprecated.html @@ -205,13 +205,13 @@
diff --git a/module-core_base-service_errors-ImproperlyConfigured.html b/module-core_base-service_errors-ImproperlyConfigured.html index 4779411dbd..f963a72652 100644 --- a/module-core_base-service_errors-ImproperlyConfigured.html +++ b/module-core_base-service_errors-ImproperlyConfigured.html @@ -205,13 +205,13 @@
diff --git a/module-core_base-service_errors-Inaccessible.html b/module-core_base-service_errors-Inaccessible.html index 2b70e7f50b..51c226bdd0 100644 --- a/module-core_base-service_errors-Inaccessible.html +++ b/module-core_base-service_errors-Inaccessible.html @@ -206,13 +206,13 @@ or to wrap a 5XX response


diff --git a/module-core_base-service_errors-InvalidParameter.html b/module-core_base-service_errors-InvalidParameter.html index 78f37b2fc3..68cfc5a4e1 100644 --- a/module-core_base-service_errors-InvalidParameter.html +++ b/module-core_base-service_errors-InvalidParameter.html @@ -206,13 +206,13 @@ is invalid or unexpected


diff --git a/module-core_base-service_errors-InvalidResponse.html b/module-core_base-service_errors-InvalidResponse.html index 739455262c..606242275a 100644 --- a/module-core_base-service_errors-InvalidResponse.html +++ b/module-core_base-service_errors-InvalidResponse.html @@ -205,13 +205,13 @@
diff --git a/module-core_base-service_errors-NotFound.html b/module-core_base-service_errors-NotFound.html index 3ffe44c313..734ba3f896 100644 --- a/module-core_base-service_errors-NotFound.html +++ b/module-core_base-service_errors-NotFound.html @@ -205,13 +205,13 @@
diff --git a/module-core_base-service_errors-ShieldsRuntimeError.html b/module-core_base-service_errors-ShieldsRuntimeError.html index b7ecdc1e1f..78fb182abe 100644 --- a/module-core_base-service_errors-ShieldsRuntimeError.html +++ b/module-core_base-service_errors-ShieldsRuntimeError.html @@ -378,13 +378,13 @@ should override this method.


diff --git a/module-core_base-service_errors.html b/module-core_base-service_errors.html index 07151a1fab..4981906ee4 100644 --- a/module-core_base-service_errors.html +++ b/module-core_base-service_errors.html @@ -348,13 +348,13 @@ badge when we catch and render the exception (Optional)


diff --git a/module-core_base-service_graphql.html b/module-core_base-service_graphql.html index 1a5d8aa09f..e41f2cf387 100644 --- a/module-core_base-service_graphql.html +++ b/module-core_base-service_graphql.html @@ -248,13 +248,13 @@ but can't use that due to incorrect packaging.


diff --git a/module-core_server_server-Server.html b/module-core_server_server-Server.html index 6be202d40e..49e33ee966 100644 --- a/module-core_server_server-Server.html +++ b/module-core_server_server-Server.html @@ -675,13 +675,13 @@ Start listening for requests on this.baseUrl()


diff --git a/module-core_server_server.html b/module-core_server_server.html index d54f7d89da..f2349f5dd1 100644 --- a/module-core_server_server.html +++ b/module-core_server_server.html @@ -77,13 +77,13 @@
diff --git a/module-core_service-test-runner_create-service-tester.html b/module-core_service-test-runner_create-service-tester.html index 4b83286c18..7f4b886989 100644 --- a/module-core_service-test-runner_create-service-tester.html +++ b/module-core_service-test-runner_create-service-tester.html @@ -188,13 +188,13 @@ service.


diff --git a/module-core_service-test-runner_icedfrisby-shields.html b/module-core_service-test-runner_icedfrisby-shields.html index cbfe8b8449..c835403164 100644 --- a/module-core_service-test-runner_icedfrisby-shields.html +++ b/module-core_service-test-runner_icedfrisby-shields.html @@ -244,13 +244,13 @@
diff --git a/module-core_service-test-runner_infer-pull-request.html b/module-core_service-test-runner_infer-pull-request.html index e5ed3d7ad5..0db74e9171 100644 --- a/module-core_service-test-runner_infer-pull-request.html +++ b/module-core_service-test-runner_infer-pull-request.html @@ -464,13 +464,13 @@ of a pull request from the environment variables.


diff --git a/module-core_service-test-runner_runner-Runner.html b/module-core_service-test-runner_runner-Runner.html index 91ffd74abc..886dbf9432 100644 --- a/module-core_service-test-runner_runner-Runner.html +++ b/module-core_service-test-runner_runner-Runner.html @@ -562,13 +562,13 @@ overridden on instances.


diff --git a/module-core_service-test-runner_runner.html b/module-core_service-test-runner_runner.html index a98cd1df42..97f75d1fe2 100644 --- a/module-core_service-test-runner_runner.html +++ b/module-core_service-test-runner_runner.html @@ -77,13 +77,13 @@
diff --git a/module-core_service-test-runner_service-tester-ServiceTester.html b/module-core_service-test-runner_service-tester-ServiceTester.html index ea04c17d23..15d109f4f7 100644 --- a/module-core_service-test-runner_service-tester-ServiceTester.html +++ b/module-core_service-test-runner_service-tester-ServiceTester.html @@ -1120,13 +1120,13 @@ the CLI, or directly on the tester.


diff --git a/module-core_service-test-runner_service-tester.html b/module-core_service-test-runner_service-tester.html index 192608f95a..19537c40fa 100644 --- a/module-core_service-test-runner_service-tester.html +++ b/module-core_service-test-runner_service-tester.html @@ -77,13 +77,13 @@
diff --git a/module-core_service-test-runner_services-for-title.html b/module-core_service-test-runner_services-for-title.html index 6d1bf6d492..5b00648912 100644 --- a/module-core_service-test-runner_services-for-title.html +++ b/module-core_service-test-runner_services-for-title.html @@ -236,13 +236,13 @@ as an array of strings.


diff --git a/module-core_token-pooling_token-pool-Token.html b/module-core_token-pooling_token-pool-Token.html index 7cb1b0b127..fc3c9e36f2 100644 --- a/module-core_token-pooling_token-pool-Token.html +++ b/module-core_token-pooling_token-pool-Token.html @@ -709,13 +709,13 @@ stable ordering for a valid priority queue.


diff --git a/module-core_token-pooling_token-pool-TokenPool.html b/module-core_token-pooling_token-pool-TokenPool.html index b146b05247..e918a34cdb 100644 --- a/module-core_token-pooling_token-pool-TokenPool.html +++ b/module-core_token-pooling_token-pool-TokenPool.html @@ -893,13 +893,13 @@ indicate it should not be reused.


diff --git a/module-core_token-pooling_token-pool.html b/module-core_token-pooling_token-pool.html index 11c2351cab..ce8d60e265 100644 --- a/module-core_token-pooling_token-pool.html +++ b/module-core_token-pooling_token-pool.html @@ -243,13 +243,13 @@
diff --git a/module-services_downloads.html b/module-services_downloads.html new file mode 100644 index 0000000000..36189115f5 --- /dev/null +++ b/module-services_downloads.html @@ -0,0 +1,513 @@ + + + + + JSDoc: Module: services/downloads + + + + + + + + + + +
+ +

Module: services/downloads

+ + + + + + +
+ +
+ + + +
+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + +

Methods

+ + + + + + + +

(inner) renderDownloadsBadge(attrs) → {object}

+ + + + + + +
+

Handles rendering concerns of badges that display +download counts, with override/customization support

+
+ + + + + + + + + +
Parameters:
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
attrs + + +object + + + +

Refer to individual attrs

+
Properties
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
downloads + + +number + + + + + + + + + +

Number of downloads

interval + + +string + + + + + + <optional>
+ + + + + +

Period or interval the downloads occurred +(e.g. day, week, month). If provided then this Will be reflected +in the badge message unless overridden by other message-related parameters

version + + +string + + + + + + <optional>
+ + + + + +

Version or tag that was downloaded +which will be reflected in the badge label (unless the label is overridden)

labelOverride + + +string + + + + + + <optional>
+ + + + + +

If provided then the badge label is set to this +value overriding any other label-related parameters

colorOverride + + +string + + + + + + <optional>
+ + + + + +

If provided then the badge color is set to this +value instead of the color being based on the count of downloads

messageSuffixOverride + + +string + + + + + + <optional>
+ + + + + +

If provided then the badge message will +will have this value added to the download count, separated with a space

versionedLabelPrefix + + +string + + + + + + <optional>
+ + + + + +

If provided then the badge label will use +this value as the prefix for versioned badges, e.g. foobar@v1.23. Defaults to 'downloads'

+ +
+ + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Source:
+
+ + + + + + + +
+ + + + + + + + + + + + + + + +
Returns:
+ + +
+

Badge

+
+ + + +
+
+ Type +
+
+ +object + + +
+
+ + + + + + + + + + + + + +
+ +
+ + + + +
+ + + +
+ + + + + + + \ No newline at end of file diff --git a/module-services_dynamic_json-path.html b/module-services_dynamic_json-path.html index 719a709e78..8472bffc7e 100644 --- a/module-services_dynamic_json-path.html +++ b/module-services_dynamic_json-path.html @@ -536,13 +536,13 @@ This can be used to extend or override the
diff --git a/module-services_steam_steam-base-BaseSteamAPI.html b/module-services_steam_steam-base-BaseSteamAPI.html index 6ee8408f54..857f18782d 100644 --- a/module-services_steam_steam-base-BaseSteamAPI.html +++ b/module-services_steam_steam-base-BaseSteamAPI.html @@ -374,13 +374,13 @@
diff --git a/module-services_steam_steam-base.html b/module-services_steam_steam-base.html index 7c9668b152..82eb1c7b43 100644 --- a/module-services_steam_steam-base.html +++ b/module-services_steam_steam-base.html @@ -77,13 +77,13 @@
diff --git a/services_downloads.js.html b/services_downloads.js.html index 3a565d0fb7..f438d30ebf 100644 --- a/services_downloads.js.html +++ b/services_downloads.js.html @@ -26,7 +26,11 @@
-
import { downloadCount } from './color-formatters.js'
+            
/**
+ * @module
+ */
+
+import { downloadCount } from './color-formatters.js'
 import { metric } from './text-formatters.js'
 
 /**
@@ -91,13 +95,13 @@ export { renderDownloadsBadge }
 
 
 
 
 
- Documentation generated by JSDoc 3.6.7 on Sun Oct 31 2021 16:20:48 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.7 on Wed Nov 03 2021 18:50:58 GMT+0000 (Coordinated Universal Time)
diff --git a/services_dynamic_json-path.js.html b/services_dynamic_json-path.js.html index 6f97b87129..3c3d37974a 100644 --- a/services_dynamic_json-path.js.html +++ b/services_dynamic_json-path.js.html @@ -114,13 +114,13 @@ export default superclass =>
- Documentation generated by JSDoc 3.6.7 on Sun Oct 31 2021 16:20:48 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.7 on Wed Nov 03 2021 18:50:58 GMT+0000 (Coordinated Universal Time)
diff --git a/services_packagist_packagist-base.js.html b/services_packagist_packagist-base.js.html index 8140787687..988c1a324d 100644 --- a/services_packagist_packagist-base.js.html +++ b/services_packagist_packagist-base.js.html @@ -144,13 +144,13 @@ export {
- Documentation generated by JSDoc 3.6.7 on Sun Oct 31 2021 16:20:48 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.7 on Wed Nov 03 2021 18:50:58 GMT+0000 (Coordinated Universal Time)
diff --git a/services_steam_steam-base.js.html b/services_steam_steam-base.js.html index 9dcac11482..c87a23fc81 100644 --- a/services_steam_steam-base.js.html +++ b/services_steam_steam-base.js.html @@ -92,13 +92,13 @@ export default BaseSteamAPI
- Documentation generated by JSDoc 3.6.7 on Sun Oct 31 2021 16:20:48 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.7 on Wed Nov 03 2021 18:50:58 GMT+0000 (Coordinated Universal Time)
diff --git a/services_test-validators.js.html b/services_test-validators.js.html index c58b13c98a..6604a7c1d5 100644 --- a/services_test-validators.js.html +++ b/services_test-validators.js.html @@ -217,13 +217,13 @@ export {
- Documentation generated by JSDoc 3.6.7 on Sun Oct 31 2021 16:20:48 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.7 on Wed Nov 03 2021 18:50:58 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-TUTORIAL.html b/tutorial-TUTORIAL.html index c5e6041097..a0a17d2e0b 100644 --- a/tutorial-TUTORIAL.html +++ b/tutorial-TUTORIAL.html @@ -371,13 +371,13 @@ will review your contribution.
- Documentation generated by JSDoc 3.6.7 on Sun Oct 31 2021 16:20:48 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.7 on Wed Nov 03 2021 18:50:58 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-adding-new-config-values.html b/tutorial-adding-new-config-values.html index 48a5640f5a..bea9b2bd60 100644 --- a/tutorial-adding-new-config-values.html +++ b/tutorial-adding-new-config-values.html @@ -54,13 +54,13 @@
- Documentation generated by JSDoc 3.6.7 on Sun Oct 31 2021 16:20:48 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.7 on Wed Nov 03 2021 18:50:58 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-badge-urls.html b/tutorial-badge-urls.html index b3b8a8ef96..f9cd78a89a 100644 --- a/tutorial-badge-urls.html +++ b/tutorial-badge-urls.html @@ -71,13 +71,13 @@ badge is for issues, and the parameters are :user/:repo.
- Documentation generated by JSDoc 3.6.7 on Sun Oct 31 2021 16:20:48 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.7 on Wed Nov 03 2021 18:50:58 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-code-walkthrough.html b/tutorial-code-walkthrough.html index daee40901e..47979fc842 100644 --- a/tutorial-code-walkthrough.html +++ b/tutorial-code-walkthrough.html @@ -234,13 +234,13 @@ result over the HTTPS connection.
- Documentation generated by JSDoc 3.6.7 on Sun Oct 31 2021 16:20:48 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.7 on Wed Nov 03 2021 18:50:58 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-deprecating-badges.html b/tutorial-deprecating-badges.html index 8b355cbd43..5f9e6f16bc 100644 --- a/tutorial-deprecating-badges.html +++ b/tutorial-deprecating-badges.html @@ -134,13 +134,13 @@ t.create('no longer available (previously number of layers)')
- Documentation generated by JSDoc 3.6.7 on Sun Oct 31 2021 16:20:48 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.7 on Wed Nov 03 2021 18:50:58 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-input-validation.html b/tutorial-input-validation.html index 9e76cdd351..468261c416 100644 --- a/tutorial-input-validation.html +++ b/tutorial-input-validation.html @@ -97,13 +97,13 @@
- Documentation generated by JSDoc 3.6.7 on Sun Oct 31 2021 16:20:48 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.7 on Wed Nov 03 2021 18:50:58 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-json-format.html b/tutorial-json-format.html index 0473c56f4e..e394b0154a 100644 --- a/tutorial-json-format.html +++ b/tutorial-json-format.html @@ -54,13 +54,13 @@ if you have any queries regarding the JSON format.


- Documentation generated by JSDoc 3.6.7 on Sun Oct 31 2021 16:20:48 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.7 on Wed Nov 03 2021 18:50:58 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-logos.html b/tutorial-logos.html index 747e508a31..73bf9b96af 100644 --- a/tutorial-logos.html +++ b/tutorial-logos.html @@ -90,13 +90,13 @@
- Documentation generated by JSDoc 3.6.7 on Sun Oct 31 2021 16:20:48 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.7 on Wed Nov 03 2021 18:50:58 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-performance-testing.html b/tutorial-performance-testing.html index 8f4049c362..cbb3de515b 100644 --- a/tutorial-performance-testing.html +++ b/tutorial-performance-testing.html @@ -70,13 +70,13 @@ node --prof-process --preprocess -j isolate-00000244AB6ED3B0-11920-v8.log | flam
- Documentation generated by JSDoc 3.6.7 on Sun Oct 31 2021 16:20:48 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.7 on Wed Nov 03 2021 18:50:58 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-production-hosting.html b/tutorial-production-hosting.html index 4ccdc895ea..1bc39cd28b 100644 --- a/tutorial-production-hosting.html +++ b/tutorial-production-hosting.html @@ -247,13 +247,13 @@ the server. It's generously donated by Sent
- Documentation generated by JSDoc 3.6.7 on Sun Oct 31 2021 16:20:48 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.7 on Wed Nov 03 2021 18:50:58 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-releases.html b/tutorial-releases.html index 9aa76407a5..388b03b93f 100644 --- a/tutorial-releases.html +++ b/tutorial-releases.html @@ -73,13 +73,13 @@
- Documentation generated by JSDoc 3.6.7 on Sun Oct 31 2021 16:20:48 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.7 on Wed Nov 03 2021 18:50:58 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-self-hosting.html b/tutorial-self-hosting.html index d0d77287b7..47e3176940 100644 --- a/tutorial-self-hosting.html +++ b/tutorial-self-hosting.html @@ -170,13 +170,13 @@ Set public.requireCloudflare: true.


- Documentation generated by JSDoc 3.6.7 on Sun Oct 31 2021 16:20:48 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.7 on Wed Nov 03 2021 18:50:58 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-server-secrets.html b/tutorial-server-secrets.html index 1c75780c2c..c70f445ae5 100644 --- a/tutorial-server-secrets.html +++ b/tutorial-server-secrets.html @@ -273,13 +273,13 @@ and create an API key for the YouTube Data API v3.


- Documentation generated by JSDoc 3.6.7 on Sun Oct 31 2021 16:20:48 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.7 on Wed Nov 03 2021 18:50:58 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-service-tests.html b/tutorial-service-tests.html index 71b8bb5645..930e4289ef 100644 --- a/tutorial-service-tests.html +++ b/tutorial-service-tests.html @@ -240,13 +240,13 @@ comment there instead.


- Documentation generated by JSDoc 3.6.7 on Sun Oct 31 2021 16:20:48 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.7 on Wed Nov 03 2021 18:50:58 GMT+0000 (Coordinated Universal Time)