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
<p>A client for Workfront API which can be used in both server (NodeJS) and client (browsers).</p>
@@ -96,19 +96,20 @@ <h2>Documentation</h2>
96
96
<h2>Examples</h2>
97
97
</a>
98
98
<p>A number of examples can be found under <ahref="examples">examples</a> directory. It includes examples for both <ahref="examples/node">node</a> and <ahref="examples/browser">browser</a> environments.<br>In order to run these examples clone a copy of workfront-api repository:</p>
yarn</code></pre><p>Use <code>node</code> to run the examples. For examples:</p>
106
106
<pre><code><spanclass="hljs-keyword">node</span><spanclass="hljs-title">examples</span>/<spanclass="hljs-keyword">node</span><spanclass="hljs-title">/get-user-count</span>.js</code></pre><p>Each example script outputs all its results into console and contains comments in the source code explaining what is happening in more details.</p>
<pre><code><spanclass="hljs-built_in">npm</span> start</code></pre><p>Visit <ahref="http://localhost:8000/examples/browser/">http://localhost:8000/examples/browser/</a> to see list of all examples available for browser.</p>
<p>Visit <ahref="http://localhost:8000/examples/browser/">http://localhost:8000/examples/browser/</a> to see list of all examples available for browser.</p>
<li>A good bug report shouldn't leave others needing to chase you up for more information. Please try to be as detailed as possible in your report.</li>
0 commit comments