Skip to content

Commit

Permalink
Merge pull request #3 from andyRocks16/master
Browse files Browse the repository at this point in the history
docs added and update
  • Loading branch information
shubhamqweasd authored Aug 4, 2017
2 parents ccc7838 + 4a37b55 commit aee5e7e
Show file tree
Hide file tree
Showing 4 changed files with 6,206 additions and 4,253 deletions.
8 changes: 7 additions & 1 deletion api/curl/content-guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,13 @@
<a href="#CloudUser-signUp" class="parent">Signup</a>
<a href="#CloudUser-logIn" class="parent">Login</a>
<a href="#CloudUser-logOut" class="parent">Logout</a>
<a href="#CloudUser-addToRole" class="parent">Add To Role</a>
<a href="#CloudUser-getCurrentUser" class="parent">Get Current User</a>
<a href="#CloudUser-_getCurrentUser" class="parent">_Get Current User</a>
<a href="#CloudUser-_setCurrentUser" class="parent">Set Current User</a>
<a href="#CloudUser-_removeCurrentUser" class="parent">Remove Current User</a>
<a href="#CloudUser-authenticateWithProvider" class="parent">Authenticate Provider</a>
<a href="#CloudUser-addToRole" class="parent">Add To Role</a>
<a href="#CloudUser-isInRole" class="parent">Is In Role</a>
<a href="#CloudUser-removeFromRole" class="parent">Remove from Role</a>
<a href="#CloudUser-changePassword" class="parent">Change Password</a>
<a href="#CloudUser-resetPassword" class="parent">Reset Password</a>
Expand Down
16 changes: 11 additions & 5 deletions curl.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
</li>
</ul>

<p class="ref-title">Features</p>
<p class="ref-title">Classes</p>
<ul class="ref-list">

<li class="section section-charges">
Expand Down Expand Up @@ -173,10 +173,7 @@

<div id="language">
<a id="javascript-sdk" class="language" href="javascript.html">JavaScript</a>
<a id="java-sdk" class="language" href="java.html">Java</a>
<a id="dotnet-sdk" class="language" href="dotnet.html">.Net</a>
<a id="curl-sdk" class="language" href="curl.html">cURL</a>
<a id="others-swagger" class="language" href="swagger">Others</a>
</div>
<div class="method">
<a id='Introduction' name="Introduction" class="section-anchor">&nbsp;</a>
Expand All @@ -186,7 +183,16 @@
<h1>API Reference</h1>

<p>
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).
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).
</p>

</div>
Expand Down
Loading

0 comments on commit aee5e7e

Please sign in to comment.