mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
Update documentation
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Chrome UX Report v2.0.4+20210330</title>
|
||||
<title>Chrome UX Report v3.0.0+20220302</title>
|
||||
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
|
||||
<div class="wy-side-nav-search">
|
||||
<a href="." class="icon icon-home"> Chrome UX Report v2.0.4+20210330</a>
|
||||
<a href="." class="icon icon-home"> Chrome UX Report v3.0.0+20220302</a>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -104,7 +104,7 @@ capabilities. Errors will be printed to standard error, and cause the program's
|
||||
|
||||
<p>Find the source code <a href="https://github.com/Byron/google-apis-rs/tree/main/gen/chromeuxreport1-cli">on github</a>.</p>
|
||||
<h1 id="usage">Usage</h1>
|
||||
<p>This documentation was generated from the <em>Chrome UX Report</em> API at revision <em>20210330</em>. The CLI is at version <em>2.0.4</em>.</p>
|
||||
<p>This documentation was generated from the <em>Chrome UX Report</em> API at revision <em>20220302</em>. The CLI is at version <em>3.0.0</em>.</p>
|
||||
<pre><code class="bash">chromeuxreport1 [options]
|
||||
records
|
||||
query-record (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Query Record - Chrome UX Report v2.0.4+20210330</title>
|
||||
<title>Query Record - Chrome UX Report v3.0.0+20220302</title>
|
||||
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
|
||||
<div class="wy-side-nav-search">
|
||||
<a href=".." class="icon icon-home"> Chrome UX Report v2.0.4+20210330</a>
|
||||
<a href=".." class="icon icon-home"> Chrome UX Report v3.0.0+20220302</a>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -125,7 +125,7 @@ In the latter case it is advised to set the field-cursor to the data-structure's
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>metrics=no</code><ul>
|
||||
<li>The metrics that should be included in the response. If none are specified then any metrics found will be returned. Allowed values: ["first_contentful_paint", "first_input_delay", "largest_contentful_paint", "cumulative_layout_shift"]</li>
|
||||
<li>The metrics that should be included in the response. If none are specified then any metrics found will be returned. Allowed values: ["first_contentful_paint", "first_input_delay", "largest_contentful_paint", "cumulative_layout_shift", "experimental_uncapped_cumulative_layout_shift"]</li>
|
||||
<li>Each invocation of this argument appends the given value to the array.</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user