Skip to content

Commit cbddf88

Browse files
committed
Regenerate client from commit 605e8f8 of spec repo (#166)
Co-authored-by: ci.datadog-api-spec <[email protected]> bcbd68d
1 parent 3705c33 commit cbddf88

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

v1/UsageMeteringApi/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1355,6 +1355,7 @@
13551355
names = [
13561356
&quot;names_example&quot;,
13571357
] # [str] | Comma-separated list of metric names. (optional)
1358+
limit = 500 # int | Maximum number of results to return. (optional) if omitted the server will use the default value of 500
13581359

13591360
# example passing only required values which don't have defaults set
13601361
try:
@@ -1368,11 +1369,11 @@
13681369
# and optional values
13691370
try:
13701371
# Get top 500 custom metrics by hourly average
1371-
api_response = api_instance.get_usage_top_avg_metrics(month, names=names)
1372+
api_response = api_instance.get_usage_top_avg_metrics(month, names=names, limit=limit)
13721373
pprint(api_response)
13731374
except datadog_api_client.v1.ApiException as e:
13741375
print(&quot;Exception when calling UsageMeteringApi-&gt;get_usage_top_avg_metrics: %s\n&quot; % e)
1375-
</code></pre> <h3 id=parameters_26>Parameters</h3> <table> <thead> <tr> <th>Name</th> <th>Type</th> <th>Description</th> <th>Notes</th> </tr> </thead> <tbody> <tr> <td><strong>month</strong></td> <td><strong>datetime</strong></td> <td>Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM] for usage beginning at this hour.</td> <td></td> </tr> <tr> <td><strong>names</strong></td> <td><strong>[str]</strong></td> <td>Comma-separated list of metric names.</td> <td>[optional]</td> </tr> </tbody> </table> <h3 id=return-type_26>Return type</h3> <p><a href=../UsageTopAvgMetricsResponse/ ><strong>UsageTopAvgMetricsResponse</strong></a></p> <h3 id=authorization_26>Authorization</h3> <p><a href=../#apiKeyAuth>apiKeyAuth</a>, <a href=../#appKeyAuth>appKeyAuth</a></p> <h3 id=http-request-headers_26>HTTP request headers</h3> <ul> <li><strong>Content-Type</strong>: Not defined</li> <li><strong>Accept</strong>: application/json;datetime-format=rfc3339</li> </ul> <h3 id=http-response-details_26>HTTP response details</h3> <table> <thead> <tr> <th>Status code</th> <th>Description</th> <th>Response headers</th> </tr> </thead> <tbody> <tr> <td><strong>200</strong></td> <td>OK</td> <td>-</td> </tr> <tr> <td><strong>400</strong></td> <td>Bad Request</td> <td>-</td> </tr> <tr> <td><strong>403</strong></td> <td>Forbidden - User is not authorized</td> <td>-</td> </tr> </tbody> </table> <p><a href=#>[Back to top]</a> <a href=../#documentation-for-api-endpoints>[Back to API list]</a> <a href=../#documentation-for-models>[Back to Model list]</a> <a href=../ >[Back to README]</a></p> <h1 id=get_usage_trace><strong>get_usage_trace</strong></h1> <blockquote> <p>UsageTraceResponse get_usage_trace(start_hr)</p> </blockquote> <p>Get hourly usage for Trace Search</p> <p>Get hourly usage for trace search. <strong>Note</strong> This endpoint has been renamed to <code>/api/v1/usage/indexed-spans</code>.</p> <h3 id=example_27>Example</h3> <ul> <li>Api Key Authentication (apiKeyAuth):</li> <li>Api Key Authentication (appKeyAuth):</li> </ul> <pre><code class=language-python>import os
1376+
</code></pre> <h3 id=parameters_26>Parameters</h3> <table> <thead> <tr> <th>Name</th> <th>Type</th> <th>Description</th> <th>Notes</th> </tr> </thead> <tbody> <tr> <td><strong>month</strong></td> <td><strong>datetime</strong></td> <td>Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM] for usage beginning at this hour.</td> <td></td> </tr> <tr> <td><strong>names</strong></td> <td><strong>[str]</strong></td> <td>Comma-separated list of metric names.</td> <td>[optional]</td> </tr> <tr> <td><strong>limit</strong></td> <td><strong>int</strong></td> <td>Maximum number of results to return.</td> <td>[optional] if omitted the server will use the default value of 500</td> </tr> </tbody> </table> <h3 id=return-type_26>Return type</h3> <p><a href=../UsageTopAvgMetricsResponse/ ><strong>UsageTopAvgMetricsResponse</strong></a></p> <h3 id=authorization_26>Authorization</h3> <p><a href=../#apiKeyAuth>apiKeyAuth</a>, <a href=../#appKeyAuth>appKeyAuth</a></p> <h3 id=http-request-headers_26>HTTP request headers</h3> <ul> <li><strong>Content-Type</strong>: Not defined</li> <li><strong>Accept</strong>: application/json;datetime-format=rfc3339</li> </ul> <h3 id=http-response-details_26>HTTP response details</h3> <table> <thead> <tr> <th>Status code</th> <th>Description</th> <th>Response headers</th> </tr> </thead> <tbody> <tr> <td><strong>200</strong></td> <td>OK</td> <td>-</td> </tr> <tr> <td><strong>400</strong></td> <td>Bad Request</td> <td>-</td> </tr> <tr> <td><strong>403</strong></td> <td>Forbidden - User is not authorized</td> <td>-</td> </tr> </tbody> </table> <p><a href=#>[Back to top]</a> <a href=../#documentation-for-api-endpoints>[Back to API list]</a> <a href=../#documentation-for-models>[Back to Model list]</a> <a href=../ >[Back to README]</a></p> <h1 id=get_usage_trace><strong>get_usage_trace</strong></h1> <blockquote> <p>UsageTraceResponse get_usage_trace(start_hr)</p> </blockquote> <p>Get hourly usage for Trace Search</p> <p>Get hourly usage for trace search. <strong>Note</strong> This endpoint has been renamed to <code>/api/v1/usage/indexed-spans</code>.</p> <h3 id=example_27>Example</h3> <ul> <li>Api Key Authentication (apiKeyAuth):</li> <li>Api Key Authentication (appKeyAuth):</li> </ul> <pre><code class=language-python>import os
13761377
from dateutil.parser import parse as dateutil_parser
13771378
import datadog_api_client.v1
13781379
from datadog_api_client.v1.api import usage_metering_api
@@ -1424,7 +1425,7 @@
14241425
pprint(api_response)
14251426
except datadog_api_client.v1.ApiException as e:
14261427
print(&quot;Exception when calling UsageMeteringApi-&gt;get_usage_trace: %s\n&quot; % e)
1427-
</code></pre> <h3 id=parameters_27>Parameters</h3> <table> <thead> <tr> <th>Name</th> <th>Type</th> <th>Description</th> <th>Notes</th> </tr> </thead> <tbody> <tr> <td><strong>start_hr</strong></td> <td><strong>datetime</strong></td> <td>Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh] for usage beginning at this hour.</td> <td></td> </tr> <tr> <td><strong>end_hr</strong></td> <td><strong>datetime</strong></td> <td>Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh] for usage ending <strong>before</strong> this hour.</td> <td>[optional]</td> </tr> </tbody> </table> <h3 id=return-type_27>Return type</h3> <p><a href=../UsageTraceResponse/ ><strong>UsageTraceResponse</strong></a></p> <h3 id=authorization_27>Authorization</h3> <p><a href=../#apiKeyAuth>apiKeyAuth</a>, <a href=../#appKeyAuth>appKeyAuth</a></p> <h3 id=http-request-headers_27>HTTP request headers</h3> <ul> <li><strong>Content-Type</strong>: Not defined</li> <li><strong>Accept</strong>: application/json;datetime-format=rfc3339</li> </ul> <h3 id=http-response-details_27>HTTP response details</h3> <table> <thead> <tr> <th>Status code</th> <th>Description</th> <th>Response headers</th> </tr> </thead> <tbody> <tr> <td><strong>200</strong></td> <td>OK</td> <td>-</td> </tr> <tr> <td><strong>400</strong></td> <td>Bad Request</td> <td>-</td> </tr> <tr> <td><strong>403</strong></td> <td>Forbidden - User is not authorized</td> <td>-</td> </tr> </tbody> </table> <p><a href=#>[Back to top]</a> <a href=../#documentation-for-api-endpoints>[Back to API list]</a> <a href=../#documentation-for-models>[Back to Model list]</a> <a href=../ >[Back to README]</a></p> <hr> <div class=md-source-date> <small> Last update: <span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">November 19, 2020</span> </small> </div> </article> </div> </div> </main> <footer class=md-footer> <div class="md-footer-meta md-typeset"> <div class="md-footer-meta__inner md-grid"> <div class=md-footer-copyright> <div class=md-footer-copyright__highlight> Copyright &copy; Datadog, Inc. 2020-present </div> Made with <a href=https://squidfunk.github.io/mkdocs-material/ target=_blank rel=noopener> Material for MkDocs </a> </div> <div class=md-footer-social> <a href=https://www.datadoghq.com/blog/engineering/ target=_blank rel=noopener title=www.datadoghq.com class=md-footer-social__link> <svg xmlns=http://www.w3.org/2000/svg viewbox="0 0 512 512"><path d="M172.2 226.8c-14.6-2.9-28.2 8.9-28.2 23.8V301c0 10.2 7.1 18.4 16.7 22 18.2 6.8 31.3 24.4 31.3 45 0 26.5-21.5 48-48 48s-48-21.5-48-48V120c0-13.3-10.7-24-24-24H24c-13.3 0-24 10.7-24 24v248c0 89.5 82.1 160.2 175 140.7 54.4-11.4 98.3-55.4 109.7-109.7 17.4-82.9-37-157.2-112.5-172.2zM209 0c-9.2-.5-17 6.8-17 16v31.6c0 8.5 6.6 15.5 15 15.9 129.4 7 233.4 112 240.9 241.5.5 8.4 7.5 15 15.9 15h32.1c9.2 0 16.5-7.8 16-17C503.4 139.8 372.2 8.6 209 0zm.3 96c-9.3-.7-17.3 6.7-17.3 16.1v32.1c0 8.4 6.5 15.3 14.8 15.9 76.8 6.3 138 68.2 144.9 145.2.8 8.3 7.6 14.7 15.9 14.7h32.2c9.3 0 16.8-8 16.1-17.3-8.4-110.1-96.5-198.2-206.6-206.7z"/></svg> </a> <a href=https://github.com/DataDog target=_blank rel=noopener title=github.com class=md-footer-social__link> <svg xmlns=http://www.w3.org/2000/svg viewbox="0 0 480 512"><path d="M186.1 328.7c0 20.9-10.9 55.1-36.7 55.1s-36.7-34.2-36.7-55.1 10.9-55.1 36.7-55.1 36.7 34.2 36.7 55.1zM480 278.2c0 31.9-3.2 65.7-17.5 95-37.9 76.6-142.1 74.8-216.7 74.8-75.8 0-186.2 2.7-225.6-74.8-14.6-29-20.2-63.1-20.2-95 0-41.9 13.9-81.5 41.5-113.6-5.2-15.8-7.7-32.4-7.7-48.8 0-21.5 4.9-32.3 14.6-51.8 45.3 0 74.3 9 108.8 36 29-6.9 58.8-10 88.7-10 27 0 54.2 2.9 80.4 9.2 34-26.7 63-35.2 107.8-35.2 9.8 19.5 14.6 30.3 14.6 51.8 0 16.4-2.6 32.7-7.7 48.2 27.5 32.4 39 72.3 39 114.2zm-64.3 50.5c0-43.9-26.7-82.6-73.5-82.6-18.9 0-37 3.4-56 6-14.9 2.3-29.8 3.2-45.1 3.2-15.2 0-30.1-.9-45.1-3.2-18.7-2.6-37-6-56-6-46.8 0-73.5 38.7-73.5 82.6 0 87.8 80.4 101.3 150.4 101.3h48.2c70.3 0 150.6-13.4 150.6-101.3zm-82.6-55.1c-25.8 0-36.7 34.2-36.7 55.1s10.9 55.1 36.7 55.1 36.7-34.2 36.7-55.1-10.9-55.1-36.7-55.1z"/></svg> </a> <a href=https://twitter.com/datadoghq target=_blank rel=noopener title=twitter.com class=md-footer-social__link> <svg xmlns=http://www.w3.org/2000/svg viewbox="0 0 512 512"><path d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"/></svg> </a> <a href=https://www.instagram.com/datadoghq target=_blank rel=noopener title=www.instagram.com class=md-footer-social__link> <svg xmlns=http://www.w3.org/2000/svg viewbox="0 0 448 512"><path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"/></svg> </a> </div> </div> </div> </footer> </div> <script src=../../assets/javascripts/vendor.fd16492e.min.js></script> <script src=../../assets/javascripts/bundle.7836ba4d.min.js></script><script id=__lang type=application/json>{"clipboard.copy": "Copy to clipboard", "clipboard.copied": "Copied to clipboard", "search.config.lang": "en", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Search", "search.result.placeholder": "Type to start searching", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.term.missing": "Missing"}</script> <script>
1428+
</code></pre> <h3 id=parameters_27>Parameters</h3> <table> <thead> <tr> <th>Name</th> <th>Type</th> <th>Description</th> <th>Notes</th> </tr> </thead> <tbody> <tr> <td><strong>start_hr</strong></td> <td><strong>datetime</strong></td> <td>Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh] for usage beginning at this hour.</td> <td></td> </tr> <tr> <td><strong>end_hr</strong></td> <td><strong>datetime</strong></td> <td>Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh] for usage ending <strong>before</strong> this hour.</td> <td>[optional]</td> </tr> </tbody> </table> <h3 id=return-type_27>Return type</h3> <p><a href=../UsageTraceResponse/ ><strong>UsageTraceResponse</strong></a></p> <h3 id=authorization_27>Authorization</h3> <p><a href=../#apiKeyAuth>apiKeyAuth</a>, <a href=../#appKeyAuth>appKeyAuth</a></p> <h3 id=http-request-headers_27>HTTP request headers</h3> <ul> <li><strong>Content-Type</strong>: Not defined</li> <li><strong>Accept</strong>: application/json;datetime-format=rfc3339</li> </ul> <h3 id=http-response-details_27>HTTP response details</h3> <table> <thead> <tr> <th>Status code</th> <th>Description</th> <th>Response headers</th> </tr> </thead> <tbody> <tr> <td><strong>200</strong></td> <td>OK</td> <td>-</td> </tr> <tr> <td><strong>400</strong></td> <td>Bad Request</td> <td>-</td> </tr> <tr> <td><strong>403</strong></td> <td>Forbidden - User is not authorized</td> <td>-</td> </tr> </tbody> </table> <p><a href=#>[Back to top]</a> <a href=../#documentation-for-api-endpoints>[Back to API list]</a> <a href=../#documentation-for-models>[Back to Model list]</a> <a href=../ >[Back to README]</a></p> <hr> <div class=md-source-date> <small> Last update: <span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">November 24, 2020</span> </small> </div> </article> </div> </div> </main> <footer class=md-footer> <div class="md-footer-meta md-typeset"> <div class="md-footer-meta__inner md-grid"> <div class=md-footer-copyright> <div class=md-footer-copyright__highlight> Copyright &copy; Datadog, Inc. 2020-present </div> Made with <a href=https://squidfunk.github.io/mkdocs-material/ target=_blank rel=noopener> Material for MkDocs </a> </div> <div class=md-footer-social> <a href=https://www.datadoghq.com/blog/engineering/ target=_blank rel=noopener title=www.datadoghq.com class=md-footer-social__link> <svg xmlns=http://www.w3.org/2000/svg viewbox="0 0 512 512"><path d="M172.2 226.8c-14.6-2.9-28.2 8.9-28.2 23.8V301c0 10.2 7.1 18.4 16.7 22 18.2 6.8 31.3 24.4 31.3 45 0 26.5-21.5 48-48 48s-48-21.5-48-48V120c0-13.3-10.7-24-24-24H24c-13.3 0-24 10.7-24 24v248c0 89.5 82.1 160.2 175 140.7 54.4-11.4 98.3-55.4 109.7-109.7 17.4-82.9-37-157.2-112.5-172.2zM209 0c-9.2-.5-17 6.8-17 16v31.6c0 8.5 6.6 15.5 15 15.9 129.4 7 233.4 112 240.9 241.5.5 8.4 7.5 15 15.9 15h32.1c9.2 0 16.5-7.8 16-17C503.4 139.8 372.2 8.6 209 0zm.3 96c-9.3-.7-17.3 6.7-17.3 16.1v32.1c0 8.4 6.5 15.3 14.8 15.9 76.8 6.3 138 68.2 144.9 145.2.8 8.3 7.6 14.7 15.9 14.7h32.2c9.3 0 16.8-8 16.1-17.3-8.4-110.1-96.5-198.2-206.6-206.7z"/></svg> </a> <a href=https://github.com/DataDog target=_blank rel=noopener title=github.com class=md-footer-social__link> <svg xmlns=http://www.w3.org/2000/svg viewbox="0 0 480 512"><path d="M186.1 328.7c0 20.9-10.9 55.1-36.7 55.1s-36.7-34.2-36.7-55.1 10.9-55.1 36.7-55.1 36.7 34.2 36.7 55.1zM480 278.2c0 31.9-3.2 65.7-17.5 95-37.9 76.6-142.1 74.8-216.7 74.8-75.8 0-186.2 2.7-225.6-74.8-14.6-29-20.2-63.1-20.2-95 0-41.9 13.9-81.5 41.5-113.6-5.2-15.8-7.7-32.4-7.7-48.8 0-21.5 4.9-32.3 14.6-51.8 45.3 0 74.3 9 108.8 36 29-6.9 58.8-10 88.7-10 27 0 54.2 2.9 80.4 9.2 34-26.7 63-35.2 107.8-35.2 9.8 19.5 14.6 30.3 14.6 51.8 0 16.4-2.6 32.7-7.7 48.2 27.5 32.4 39 72.3 39 114.2zm-64.3 50.5c0-43.9-26.7-82.6-73.5-82.6-18.9 0-37 3.4-56 6-14.9 2.3-29.8 3.2-45.1 3.2-15.2 0-30.1-.9-45.1-3.2-18.7-2.6-37-6-56-6-46.8 0-73.5 38.7-73.5 82.6 0 87.8 80.4 101.3 150.4 101.3h48.2c70.3 0 150.6-13.4 150.6-101.3zm-82.6-55.1c-25.8 0-36.7 34.2-36.7 55.1s10.9 55.1 36.7 55.1 36.7-34.2 36.7-55.1-10.9-55.1-36.7-55.1z"/></svg> </a> <a href=https://twitter.com/datadoghq target=_blank rel=noopener title=twitter.com class=md-footer-social__link> <svg xmlns=http://www.w3.org/2000/svg viewbox="0 0 512 512"><path d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"/></svg> </a> <a href=https://www.instagram.com/datadoghq target=_blank rel=noopener title=www.instagram.com class=md-footer-social__link> <svg xmlns=http://www.w3.org/2000/svg viewbox="0 0 448 512"><path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"/></svg> </a> </div> </div> </div> </footer> </div> <script src=../../assets/javascripts/vendor.fd16492e.min.js></script> <script src=../../assets/javascripts/bundle.7836ba4d.min.js></script><script id=__lang type=application/json>{"clipboard.copy": "Copy to clipboard", "clipboard.copied": "Copied to clipboard", "search.config.lang": "en", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Search", "search.result.placeholder": "Type to start searching", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.term.missing": "Missing"}</script> <script>
14281429
app = initialize({
14291430
base: "../..",
14301431
features: [],

0 commit comments

Comments
 (0)