You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+27-31Lines changed: 27 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,64 +39,60 @@ Please note that this library is still under development. Although it's function
39
39
<h2>Usage</h2>
40
40
41
41
<p>The Cloudways JS Client library makes it easy to interact with the Cloudways API for various operations. Below are some examples to help you get started.</p> <h3>Initializing the API</h3>
42
-
<p>Before performing any operations, initialize the API with your Cloudways account credentials:</p>
43
-
<div class="code-title">JavaScript:</div>
44
-
<pre><code>import { initializeCloudwaysApi } from 'cloudways-js-client';
42
+
<p>Before performing any operations, initialize the API with your Cloudways account credentials:</p>
0 commit comments