Update README.md
This commit is contained in:
parent
5dd579fa13
commit
5af4d53e1d
|
|
@ -6,9 +6,6 @@ Requires xml-js
|
||||||
###### Examples
|
###### Examples
|
||||||
|
|
||||||
```js
|
```js
|
||||||
const fetch = (...args) => import('node-fetch').then(({default: fetch}) => fetch(...args));
|
|
||||||
url = 'http://127.0.0.1:64989';
|
|
||||||
const convert = require('xml-js');
|
|
||||||
const test = require('./rcctalk')
|
const test = require('./rcctalk')
|
||||||
|
|
||||||
var openjobresult = await test.OpenJob("Test2","print('test')","200") // JobId, script, and expiration time. Expiration time is optional
|
var openjobresult = await test.OpenJob("Test2","print('test')","200") // JobId, script, and expiration time. Expiration time is optional
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue