-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
91 lines (86 loc) · 22.7 KB
/
index.html
File metadata and controls
91 lines (86 loc) · 22.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html><html class="default" lang="en" data-base="."><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>@my-elixir/cli</title><meta name="description" content="Documentation for @my-elixir/cli"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="assets/style.css"/><link rel="stylesheet" href="assets/highlight.css"/><script defer src="assets/main.js"></script><script async src="assets/icons.js" id="tsd-icons-script"></script><script async src="assets/search.js" id="tsd-search-script"></script><script async src="assets/navigation.js" id="tsd-nav-script"></script><script async src="assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search"><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="index.html" class="title">@my-elixir/cli</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><h1>@my-elixir/cli</h1></div><div class="tsd-panel tsd-typography"><a id="my-cli" class="tsd-anchor"></a><h4 class="tsd-anchor-link">my-cli<a href="#my-cli" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h4><p>Command line maintenance and provisioning utility for my-elixir.</p>
<p>One of the core components of the "agent" image which is the base of the meapi container.</p>
<a id="about-the-name" class="tsd-anchor"></a><h4 class="tsd-anchor-link">about the name<a href="#about-the-name" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h4><p>Originally my-cli was named "my-elixir" but that is just too long to type. my-cli is intended as a developer/operations support analyst tool so it must be easy to use. my-cli was chosen because it almost sounds like "my-elixir" and is easier to type.</p>
<a id="build" class="tsd-anchor"></a><h4 class="tsd-anchor-link">build<a href="#build" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h4><pre><code><span class="hl-0">npm</span><span class="hl-1"> </span><span class="hl-0">run</span><span class="hl-1"> </span><span class="hl-0">build</span>
</code><button>Copy</button></pre>
<a id="install" class="tsd-anchor"></a><h4 class="tsd-anchor-link">install<a href="#install" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h4><pre><code><span class="hl-0">npm</span><span class="hl-1"> </span><span class="hl-0">pack</span><br/><span class="hl-0">npm</span><span class="hl-1"> </span><span class="hl-0">install</span><span class="hl-1"> -</span><span class="hl-0">g</span><span class="hl-1"> </span><span class="hl-0">my</span><span class="hl-1">-</span><span class="hl-0">elixir</span><span class="hl-1">-</span><span class="hl-0">cli</span><span class="hl-1">-<</span><span class="hl-2">version</span><span class="hl-1">>.</span><span class="hl-0">tgz</span>
</code><button>Copy</button></pre>
<a id="usage" class="tsd-anchor"></a><h4 class="tsd-anchor-link">Usage<a href="#usage" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h4><p>my-cli --help</p>
<pre><code><span class="hl-3">Usage</span><span class="hl-1">: </span><span class="hl-0">myelixir</span><span class="hl-1"> [</span><span class="hl-0">options</span><span class="hl-1">] [</span><span class="hl-0">command</span><span class="hl-1">]</span><br/><br/><span class="hl-1">- </span><span class="hl-0">Command</span><span class="hl-1"> </span><span class="hl-0">to</span><span class="hl-1"> </span><span class="hl-0">provision</span><span class="hl-1"> </span><span class="hl-0">My</span><span class="hl-1">-</span><span class="hl-0">Elixir</span><span class="hl-1"> -</span><br/><br/><span class="hl-3">Options</span><span class="hl-1">:</span><br/><span class="hl-1"> -</span><span class="hl-4">V</span><span class="hl-1">, --</span><span class="hl-0">version</span><span class="hl-1"> </span><span class="hl-0">output</span><span class="hl-1"> </span><span class="hl-0">the</span><span class="hl-1"> </span><span class="hl-0">version</span><span class="hl-1"> </span><span class="hl-0">number</span><br/><span class="hl-1"> -</span><span class="hl-0">h</span><span class="hl-1">, --</span><span class="hl-0">help</span><span class="hl-1"> </span><span class="hl-0">display</span><span class="hl-1"> </span><span class="hl-0">help</span><span class="hl-1"> </span><span class="hl-0">for</span><span class="hl-1"> </span><span class="hl-0">command</span><br/><br/><span class="hl-3">Commands</span><span class="hl-1">:</span><br/><span class="hl-1"> </span><span class="hl-0">message</span><span class="hl-1"> [</span><span class="hl-0">options</span><span class="hl-1">] </span><span class="hl-0">Send</span><span class="hl-1"> </span><span class="hl-0">a</span><span class="hl-1"> </span><span class="hl-0">message</span><span class="hl-1"> </span><span class="hl-0">to</span><span class="hl-1"> </span><span class="hl-0">a</span><span class="hl-1"> </span><span class="hl-0">consumer</span><span class="hl-1"> </span><span class="hl-0">customer</span><br/><span class="hl-1"> </span><span class="hl-0">migrate</span><span class="hl-1"> </span><span class="hl-0">Update</span><span class="hl-1"> </span><span class="hl-0">My</span><span class="hl-1"> </span><span class="hl-0">Elixir</span><span class="hl-1"> </span><span class="hl-4">AI</span><span class="hl-1"> </span><span class="hl-0">database</span><span class="hl-1"> </span><span class="hl-0">schema</span><br/><span class="hl-1"> </span><span class="hl-0">search</span><span class="hl-1"> [</span><span class="hl-0">options</span><span class="hl-1">] <</span><span class="hl-0">resourceType</span><span class="hl-1">> <</span><span class="hl-2">query</span><span class="hl-1">> </span><span class="hl-0">Search</span><span class="hl-1"> </span><span class="hl-0">for</span><span class="hl-1"> </span><span class="hl-0">fhir</span><span class="hl-1"> </span><span class="hl-0">resources</span><br/><span class="hl-1"> </span><span class="hl-0">catalog</span><span class="hl-1"> [</span><span class="hl-0">options</span><span class="hl-1">] </span><span class="hl-0">Publish</span><span class="hl-1"> </span><span class="hl-0">or</span><span class="hl-1"> </span><span class="hl-0">Unpublish</span><span class="hl-1"> </span><span class="hl-0">a</span><span class="hl-1"> </span><span class="hl-0">catalog</span><span class="hl-1"> </span><span class="hl-0">manifest</span><br/><span class="hl-1"> </span><span class="hl-0">cds</span><span class="hl-1">-</span><span class="hl-0">hook</span><span class="hl-1"> [</span><span class="hl-0">options</span><span class="hl-1">] </span><span class="hl-0">Deploy</span><span class="hl-1">, </span><span class="hl-0">Undeploy</span><span class="hl-1">, </span><span class="hl-0">or</span><span class="hl-1"> </span><span class="hl-0">Serve</span><span class="hl-1"> </span><span class="hl-0">a</span><span class="hl-1"> </span><span class="hl-0">cds</span><span class="hl-1">-</span><span class="hl-0">hook</span><br/><span class="hl-1"> </span><span class="hl-0">serve</span><span class="hl-1"> [</span><span class="hl-0">options</span><span class="hl-1">] </span><span class="hl-0">Serve</span><span class="hl-1"> </span><span class="hl-0">the</span><span class="hl-1"> </span><span class="hl-0">my</span><span class="hl-1"> </span><span class="hl-0">elixir</span><span class="hl-1"> </span><span class="hl-0">api</span><br/><span class="hl-1"> </span><span class="hl-0">help</span><span class="hl-1"> [</span><span class="hl-0">command</span><span class="hl-1">] </span><span class="hl-0">display</span><span class="hl-1"> </span><span class="hl-0">help</span><span class="hl-1"> </span><span class="hl-0">for</span><span class="hl-1"> </span><span class="hl-0">command</span><br/>
</code><button>Copy</button></pre>
<a id="message" class="tsd-anchor"></a><h4 class="tsd-anchor-link">message<a href="#message" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h4><p>Send a message to a user. Messages tagged with 'feed' are intended to be part of the customer feed.</p>
<p>Options</p>
<ul>
<li><strong>--toKind</strong> - The recipient resource type (default Patient)</li>
<li><strong>--to-id</strong> - <to-id> The recipient id</li>
<li><strong>--message</strong> - <message> The required message</li>
<li><strong>--tag</strong> - The message tag(s) (default 'feed')</li>
</ul>
<p>Used by <a href="media/readme.md">test-data-bot</a> to send a message when the consumer record is modified by script</p>
<p>Example:</p>
<pre><code><span class="hl-0">my</span><span class="hl-1">-</span><span class="hl-0">cli</span><span class="hl-1"> </span><span class="hl-0">message</span><span class="hl-1"> --</span><span class="hl-0">client</span><span class="hl-1">-</span><span class="hl-0">id</span><span class="hl-1"> </span><span class="hl-0">$</span><span class="hl-1">{</span><span class="hl-4">CLIENT_ID</span><span class="hl-1">} --</span><span class="hl-0">client</span><span class="hl-1">-</span><span class="hl-0">secret</span><span class="hl-1"> </span><span class="hl-0">$</span><span class="hl-1">{</span><span class="hl-4">CLIENT_SECRET</span><span class="hl-1">} --</span><span class="hl-0">base</span><span class="hl-1">-</span><span class="hl-0">url</span><span class="hl-1"> </span><span class="hl-0">$</span><span class="hl-1">{</span><span class="hl-4">BASE_URL</span><span class="hl-1">} \</span><br/><span class="hl-1"> --</span><span class="hl-0">to</span><span class="hl-1">-</span><span class="hl-0">id</span><span class="hl-1"> </span><span class="hl-0">$</span><span class="hl-1">{</span><span class="hl-4">TESTID</span><span class="hl-1">} --</span><span class="hl-0">message</span><span class="hl-1"> </span><span class="hl-5">"Your history has been modified by import"</span>
</code><button>Copy</button></pre>
<p>export const message = createMeCommand('message')
.option('--toKind', 'The recipient resource type (default Patient)', 'Patient')
.option('--to-id <to-id>', 'The recipient id')
.option('--message <message>', 'The required message')
.option('--tag', 'The message tag(s) (default "feed")', 'feed')</p>
<a id="migrate---database-migrations" class="tsd-anchor"></a><h4 class="tsd-anchor-link">migrate - Database migrations<a href="#migrate---database-migrations" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h4><p>Updates the database with migrations supplied in code.</p>
<p>my-cli migrate update -s <MeduplumDatabaseSecret> --region us-east-1</p>
<a id="search" class="tsd-anchor"></a><h4 class="tsd-anchor-link">search<a href="#search" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h4><p>Options</p>
<ul>
<li><strong>--resourceType</strong> - The fhir resource (e.g. Patient)</li>
<li><strong>--query</strong> - The search query</li>
</ul>
<p>Usage: Find a resource or resources</p>
<p>Used by <a href="media/readme.md">test-data-bot</a> to locate a user</p>
<p>Example:</p>
<pre><code><span class="hl-0">my</span><span class="hl-1">-</span><span class="hl-0">cli</span><span class="hl-1"> </span><span class="hl-0">search</span><span class="hl-1"> --</span><span class="hl-0">client</span><span class="hl-1">-</span><span class="hl-0">id</span><span class="hl-1"> </span><span class="hl-0">$</span><span class="hl-1">{</span><span class="hl-4">CLIENT_ID</span><span class="hl-1">} --</span><span class="hl-0">client</span><span class="hl-1">-</span><span class="hl-0">secret</span><span class="hl-1"> </span><span class="hl-0">$</span><span class="hl-1">{</span><span class="hl-4">CLIENT_SECRET</span><span class="hl-1">} --</span><span class="hl-0">base</span><span class="hl-1">-</span><span class="hl-0">url</span><span class="hl-1"> </span><span class="hl-0">$</span><span class="hl-1">{</span><span class="hl-4">BASE_URL</span><span class="hl-1">} </span><span class="hl-0">Patient</span><span class="hl-1"> </span><span class="hl-0">email</span><span class="hl-1">=</span><span class="hl-0">$</span><span class="hl-1">{</span><span class="hl-4">TOUSERID</span><span class="hl-1">}</span><br/>
</code><button>Copy</button></pre>
<a id="catalog" class="tsd-anchor"></a><h4 class="tsd-anchor-link">catalog<a href="#catalog" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h4><ul>
<li><strong>[options]</strong> - Publish or Unpublish a catalog manifest</li>
</ul>
<a id="cds-hook" class="tsd-anchor"></a><h4 class="tsd-anchor-link">cds-hook<a href="#cds-hook" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h4><ul>
<li><strong>[options]</strong> - Deploy, Undeploy, or Serve a cds-hook</li>
</ul>
<a id="serve" class="tsd-anchor"></a><h4 class="tsd-anchor-link">serve<a href="#serve" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h4><ul>
<li><strong>[options]</strong> - Serve the my-elixir api</li>
</ul>
<a id="schema-v001" class="tsd-anchor"></a><h4 class="tsd-anchor-link">Schema v001<a href="#schema-v001" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h4><a id="myelixirconsentrequest" class="tsd-anchor"></a><h5 class="tsd-anchor-link">MyElixirConsentRequest<a href="#myelixirconsentrequest" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h5><pre><code>"id" UUID NOT NULL PRIMARY KEY,
"dataTypesAllowed" TEXT[] NOT NULL,
"effectiveDate" TIMESTAMP WITH TIME ZONE NOT NULL,
"expiryDate" TIMESTAMP WITH TIME ZONE NOT NULL,
"revocationStatus" BOOLEAN
</code></pre>
<a id="myelixirdatapricing" class="tsd-anchor"></a><h5 class="tsd-anchor-link">MyElixirDataPricing<a href="#myelixirdatapricing" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h5><pre><code>"pricingId" UUID NOT NULL PRIMARY KEY,
"dataTypes" TEXT[] NOT NULL,
"pricePerUse" TEXT NOT NULL,
"negotiable" BOOLEAN
</code></pre>
<a id="myelixirmarketplacelisting" class="tsd-anchor"></a><h5 class="tsd-anchor-link">MyElixirMarketplaceListing<a href="#myelixirmarketplacelisting" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h5><pre><code>"transactionId" UUID NOT NULL PRIMARY KEY,
"buyerCompanyId" TEXT NOT NULL,
"customerId" TEXT NOT NULL,
"dataTypesPurchased" TEXT[] NOT NULL,
"pricePaid" TEXT NOT NULL,
"transactionDate" TIMESTAMP WITH TIME ZONE NOT NULL
</code></pre>
<a id="myelixiraccesslog" class="tsd-anchor"></a><h5 class="tsd-anchor-link">MyElixirAccessLog<a href="#myelixiraccesslog" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h5><pre><code>"logId" UUID NOT NULL PRIMARY KEY,
"transactionId" UUID NOT NULL,
"accessDate" TIMESTAMP WITH TIME ZONE NOT NULL,
"dataTypeAccessed" TEXT NOT NULL
</code></pre>
<a id="myelixirdatarequest" class="tsd-anchor"></a><h5 class="tsd-anchor-link">MyElixirDataRequest<a href="#myelixirdatarequest" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h5><pre><code>"requestId" UUID NOT NULL PRIMARY KEY,
"buyerCompanyId" TEXT NOT NULL,
"requestedDataTypes" TEXT[] NOT NULL,
"consentStatus" BOOLEAN
</code></pre>
<a id="myelixiraccesstoken" class="tsd-anchor"></a><h5 class="tsd-anchor-link">MyElixirAccessToken<a href="#myelixiraccesstoken" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h5><pre><code>"tokenId" UUID NOT NULL PRIMARY KEY,
"associatedRequestId" TEXT NOT NULL,
"expiryDate" TIMESTAMP WITH TIME ZONE NOT NULL
</code></pre>
<a id="myelixirexternaldataintegration" class="tsd-anchor"></a><h5 class="tsd-anchor-link">MyElixirExternalDataIntegration<a href="#myelixirexternaldataintegration" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h5><pre><code>"integrationId" UUID NOT NULL PRIMARY KEY,
"ehrSystem" TEXT NOT NULL,
"connectionStatus" TEXT NOT NULL,
"dataFetched" UUID[] NOT NULL
</code></pre>
</div></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><a href="#my-cli"><span>my-<wbr/>cli</span></a><a href="#about-the-name"><span>about the name</span></a><a href="#build"><span>build</span></a><a href="#install"><span>install</span></a><a href="#usage"><span>Usage</span></a><a href="#message"><span>message</span></a><a href="#migrate---database-migrations"><span>migrate -<wbr/> <wbr/>Database migrations</span></a><a href="#search"><span>search</span></a><a href="#catalog"><span>catalog</span></a><a href="#cds-hook"><span>cds-<wbr/>hook</span></a><a href="#serve"><span>serve</span></a><a href="#schema-v001"><span>Schema v001</span></a><ul><li><a href="#myelixirconsentrequest"><span>My<wbr/>Elixir<wbr/>Consent<wbr/>Request</span></a></li><li><a href="#myelixirdatapricing"><span>My<wbr/>Elixir<wbr/>Data<wbr/>Pricing</span></a></li><li><a href="#myelixirmarketplacelisting"><span>My<wbr/>Elixir<wbr/>Marketplace<wbr/>Listing</span></a></li><li><a href="#myelixiraccesslog"><span>My<wbr/>Elixir<wbr/>Access<wbr/>Log</span></a></li><li><a href="#myelixirdatarequest"><span>My<wbr/>Elixir<wbr/>Data<wbr/>Request</span></a></li><li><a href="#myelixiraccesstoken"><span>My<wbr/>Elixir<wbr/>Access<wbr/>Token</span></a></li><li><a href="#myelixirexternaldataintegration"><span>My<wbr/>Elixir<wbr/>External<wbr/>Data<wbr/>Integration</span></a></li></ul></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="modules.html">@my-elixir/cli</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>