Skip to content

Commit aee5e7e

Browse files
Merge pull request #3 from andyRocks16/master
docs added and update
2 parents ccc7838 + 4a37b55 commit aee5e7e

File tree

4 files changed

+6206
-4253
lines changed

4 files changed

+6206
-4253
lines changed

api/curl/content-guide.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,13 @@
9999
<a href="#CloudUser-signUp" class="parent">Signup</a>
100100
<a href="#CloudUser-logIn" class="parent">Login</a>
101101
<a href="#CloudUser-logOut" class="parent">Logout</a>
102-
<a href="#CloudUser-addToRole" class="parent">Add To Role</a>
102+
<a href="#CloudUser-getCurrentUser" class="parent">Get Current User</a>
103+
<a href="#CloudUser-_getCurrentUser" class="parent">_Get Current User</a>
104+
<a href="#CloudUser-_setCurrentUser" class="parent">Set Current User</a>
105+
<a href="#CloudUser-_removeCurrentUser" class="parent">Remove Current User</a>
106+
<a href="#CloudUser-authenticateWithProvider" class="parent">Authenticate Provider</a>
107+
<a href="#CloudUser-addToRole" class="parent">Add To Role</a>
108+
<a href="#CloudUser-isInRole" class="parent">Is In Role</a>
103109
<a href="#CloudUser-removeFromRole" class="parent">Remove from Role</a>
104110
<a href="#CloudUser-changePassword" class="parent">Change Password</a>
105111
<a href="#CloudUser-resetPassword" class="parent">Reset Password</a>

curl.html

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
</li>
5959
</ul>
6060

61-
<p class="ref-title">Features</p>
61+
<p class="ref-title">Classes</p>
6262
<ul class="ref-list">
6363

6464
<li class="section section-charges">
@@ -173,10 +173,7 @@
173173

174174
<div id="language">
175175
<a id="javascript-sdk" class="language" href="javascript.html">JavaScript</a>
176-
<a id="java-sdk" class="language" href="java.html">Java</a>
177-
<a id="dotnet-sdk" class="language" href="dotnet.html">.Net</a>
178176
<a id="curl-sdk" class="language" href="curl.html">cURL</a>
179-
<a id="others-swagger" class="language" href="swagger">Others</a>
180177
</div>
181178
<div class="method">
182179
<a id='Introduction' name="Introduction" class="section-anchor">&nbsp;</a>
@@ -186,7 +183,16 @@
186183
<h1>API Reference</h1>
187184

188185
<p>
189-
The CloudBoost API is organized around <a href="http://en.wikipedia.org/wiki/Representational_State_Transfer">REST</a>. Our API is designed to have predictable, resource-oriented URLs and to use HTTP response codes to indicate API errors. We use built-in HTTP features, like HTTP authentication and HTTP verbs, which can be understood by off-the-shelf HTTP clients, and we support <a href="http://en.wikipedia.org/wiki/Cross-origin_resource_sharing">cross-origin resource sharing</a> to allow you to interact securely with our API from a client-side web application / mobile application (though you should remember that you should never expose your secret API master key in any public website's client-side code, Client Key can be exposed). <a href="http://www.json.org/">JSON</a> will be returned in all responses from the API, including errors (though if you're using API bindings / SDK, we will convert the response to the appropriate language-specific object).
186+
The CloudBoost API is organized around <a href="http://en.wikipedia.org/wiki/Representational_State_Transfer">REST</a>.
187+
Our API is designed to have predictable, resource-oriented URLs and to
188+
use HTTP response codes to indicate API errors. We use built-in HTTP
189+
features, like HTTP authentication and HTTP verbs, which can be understood
190+
by off-the-shelf HTTP clients, and we support <a href="http://en.wikipedia.org/wiki/Cross-origin_resource_sharing">cross-origin resource sharing</a>
191+
to allow you to interact securely with our API from a client-side web application/mobile application
192+
(though you should remember that you should never expose your secret API master key in any public website's
193+
client-side code, Client Key can be exposed).
194+
<a href="http://www.json.org/">JSON</a> will be returned in all responses from the API, including errors (though if you're using API bindings/SDK,
195+
we will convert the response to the appropriate language-specific object).
190196
</p>
191197

192198
</div>

0 commit comments

Comments
 (0)