Skip to content

Commit

Permalink
Updated docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolivieri committed Aug 15, 2017
1 parent 4c96918 commit 2b3d013
Show file tree
Hide file tree
Showing 40 changed files with 534 additions and 2,755 deletions.
63 changes: 48 additions & 15 deletions docs/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<a class="header-link" href="index.html">
CloudEnvironment Docs
</a>
(37% documented)
(46% documented)
</p>

<p class="header-col--secondary">
Expand Down Expand Up @@ -65,7 +65,10 @@
<a class="nav-group-task-link" href="Classes/CloudEnv.html">CloudEnv</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Classes/CloudantCredentials.html">CloudantCredentials</a>
<a class="nav-group-task-link" href="Classes.html#/s:C16CloudEnvironment19CloudantCredentials">CloudantCredentials</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Classes/Credentials.html">Credentials</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Classes/DB2Credentials.html">DB2Credentials</a>
Expand All @@ -77,7 +80,7 @@
<a class="nav-group-task-link" href="Classes/MySQLCredentials.html">MySQLCredentials</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Classes/NaturalLangUnderstandingCredentials.html">NaturalLangUnderstandingCredentials</a>
<a class="nav-group-task-link" href="Classes.html#/s:C16CloudEnvironment35NaturalLangUnderstandingCredentials">NaturalLangUnderstandingCredentials</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Classes/ObjectStorageCredentials.html">ObjectStorageCredentials</a>
Expand All @@ -92,10 +95,10 @@
<a class="nav-group-task-link" href="Classes/RedisCredentials.html">RedisCredentials</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Classes/WatsonConversationCredentials.html">WatsonConversationCredentials</a>
<a class="nav-group-task-link" href="Classes.html#/s:C16CloudEnvironment29WatsonConversationCredentials">WatsonConversationCredentials</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Classes/WeatherCompanyDataCredentials.html">WeatherCompanyDataCredentials</a>
<a class="nav-group-task-link" href="Classes.html#/s:C16CloudEnvironment29WeatherCompanyDataCredentials">WeatherCompanyDataCredentials</a>
</li>
</ul>
</li>
Expand Down Expand Up @@ -270,13 +273,46 @@ <h4>Declaration</h4>

<p>Contains the credentials for a Cloudant service instance.</p>

<a href="Classes/CloudantCredentials.html" class="slightly-smaller">See more</a>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">CloudantCredentials</span></code></pre>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">CloudantCredentials</span><span class="p">:</span> <span class="kt"><a href="Classes/Credentials.html">Credentials</a></span></code></pre>

</div>
</div>
</section>
</div>
</li>
</ul>
</div>
<div class="task-group">
<ul class="item-container">
<li class="item">
<div>
<code>
<a name="/s:C16CloudEnvironment11Credentials"></a>
<a name="//apple_ref/swift/Class/Credentials" class="dashAnchor"></a>
<a class="token" href="#/s:C16CloudEnvironment11Credentials">Credentials</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Credentials class</p>

<p>Contains a basic common set of credential elements.</p>

<a href="Classes/Credentials.html" class="slightly-smaller">See more</a>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">Credentials</span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -406,13 +442,12 @@ <h4>Declaration</h4>

<p>Contains the credentials for a Natural Language Understanding service instance.</p>

<a href="Classes/NaturalLangUnderstandingCredentials.html" class="slightly-smaller">See more</a>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">NaturalLangUnderstandingCredentials</span></code></pre>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">NaturalLangUnderstandingCredentials</span><span class="p">:</span> <span class="kt"><a href="Classes/Credentials.html">Credentials</a></span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -576,13 +611,12 @@ <h4>Declaration</h4>

<p>Contains the credentials for a Watson Conversation service instance.</p>

<a href="Classes/WatsonConversationCredentials.html" class="slightly-smaller">See more</a>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">WatsonConversationCredentials</span></code></pre>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">WatsonConversationCredentials</span><span class="p">:</span> <span class="kt"><a href="Classes/Credentials.html">Credentials</a></span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -610,13 +644,12 @@ <h4>Declaration</h4>

<p>Contains the credentials for a Weather Company Data service instance.</p>

<a href="Classes/WeatherCompanyDataCredentials.html" class="slightly-smaller">See more</a>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">WeatherCompanyDataCredentials</span></code></pre>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">WeatherCompanyDataCredentials</span><span class="p">:</span> <span class="kt"><a href="Classes/Credentials.html">Credentials</a></span></code></pre>

</div>
</div>
Expand All @@ -631,8 +664,8 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2017 <a class="link" href="" target="_blank" rel="external">IBM</a>. All rights reserved. (Last updated: 2017-07-17)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2017 <a class="link" href="" target="_blank" rel="external">IBM</a>. All rights reserved. (Last updated: 2017-08-15)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
Expand Down
56 changes: 16 additions & 40 deletions docs/Classes/AlertNotificationCredentials.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<a class="header-link" href="../index.html">
CloudEnvironment Docs
</a>
(37% documented)
(46% documented)
</p>

<p class="header-col--secondary">
Expand Down Expand Up @@ -66,7 +66,10 @@
<a class="nav-group-task-link" href="../Classes/CloudEnv.html">CloudEnv</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/CloudantCredentials.html">CloudantCredentials</a>
<a class="nav-group-task-link" href="../Classes.html#/s:C16CloudEnvironment19CloudantCredentials">CloudantCredentials</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/Credentials.html">Credentials</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/DB2Credentials.html">DB2Credentials</a>
Expand All @@ -78,7 +81,7 @@
<a class="nav-group-task-link" href="../Classes/MySQLCredentials.html">MySQLCredentials</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/NaturalLangUnderstandingCredentials.html">NaturalLangUnderstandingCredentials</a>
<a class="nav-group-task-link" href="../Classes.html#/s:C16CloudEnvironment35NaturalLangUnderstandingCredentials">NaturalLangUnderstandingCredentials</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/ObjectStorageCredentials.html">ObjectStorageCredentials</a>
Expand All @@ -93,10 +96,10 @@
<a class="nav-group-task-link" href="../Classes/RedisCredentials.html">RedisCredentials</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/WatsonConversationCredentials.html">WatsonConversationCredentials</a>
<a class="nav-group-task-link" href="../Classes.html#/s:C16CloudEnvironment29WatsonConversationCredentials">WatsonConversationCredentials</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/WeatherCompanyDataCredentials.html">WeatherCompanyDataCredentials</a>
<a class="nav-group-task-link" href="../Classes.html#/s:C16CloudEnvironment29WeatherCompanyDataCredentials">WeatherCompanyDataCredentials</a>
</li>
</ul>
</li>
Expand Down Expand Up @@ -154,9 +157,9 @@ <h4>Declaration</h4>
<li class="item">
<div>
<code>
<a name="/s:vC16CloudEnvironment28AlertNotificationCredentials2idSS"></a>
<a name="//apple_ref/swift/Property/id" class="dashAnchor"></a>
<a class="token" href="#/s:vC16CloudEnvironment28AlertNotificationCredentials2idSS">id</a>
<a name="/s:vC16CloudEnvironment28AlertNotificationCredentials4nameSS"></a>
<a name="//apple_ref/swift/Property/name" class="dashAnchor"></a>
<a class="token" href="#/s:vC16CloudEnvironment28AlertNotificationCredentials4nameSS">name</a>
</code>
</div>
<div class="height-container">
Expand Down Expand Up @@ -208,36 +211,9 @@ <h4>Declaration</h4>
<li class="item">
<div>
<code>
<a name="/s:vC16CloudEnvironment28AlertNotificationCredentials9swaggerUISS"></a>
<a name="//apple_ref/swift/Property/swaggerUI" class="dashAnchor"></a>
<a class="token" href="#/s:vC16CloudEnvironment28AlertNotificationCredentials9swaggerUISS">swaggerUI</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>

</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">AlertNotificationCredentials</span></code></pre>

</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:FC16CloudEnvironment28AlertNotificationCredentialscFT3urlSS2idSS8passwordSS9swaggerUISS_S0_"></a>
<a name="//apple_ref/swift/Method/init(url:id:password:swaggerUI:)" class="dashAnchor"></a>
<a class="token" href="#/s:FC16CloudEnvironment28AlertNotificationCredentialscFT3urlSS2idSS8passwordSS9swaggerUISS_S0_">init(url:id:password:swaggerUI:)</a>
<a name="/s:FC16CloudEnvironment28AlertNotificationCredentialscFT3urlSS4nameSS8passwordSS_S0_"></a>
<a name="//apple_ref/swift/Method/init(url:name:password:)" class="dashAnchor"></a>
<a class="token" href="#/s:FC16CloudEnvironment28AlertNotificationCredentialscFT3urlSS4nameSS8passwordSS_S0_">init(url:name:password:)</a>
</code>
</div>
<div class="height-container">
Expand Down Expand Up @@ -267,8 +243,8 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2017 <a class="link" href="" target="_blank" rel="external">IBM</a>. All rights reserved. (Last updated: 2017-07-17)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2017 <a class="link" href="" target="_blank" rel="external">IBM</a>. All rights reserved. (Last updated: 2017-08-15)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
Expand Down
Loading

0 comments on commit 2b3d013

Please sign in to comment.