chore (maintenance): add branding changes

This commit is contained in:
Sean Wells 2016-06-28 17:03:05 -07:00
Родитель 7bea3e45c1
Коммит f477757aa9
45 изменённых файлов: 63 добавлений и 232 удалений

Просмотреть файл

@ -44,9 +44,9 @@ Links
-----
* [Download](#downloading)
* [User Guide Documentation](http://deployr.revolutionanalytics.com/documents/dev/clientlib/)
* [API Documentation](http://deployr.revolutionanalytics.com/documents/dev/client-jsdoc/)
* [DeployR Reference Documentation](http://go.microsoft.com/fwlink/?LinkID=708554 )
* [User Guide Documentation](https://microsoft.github.io/js-client-library/)
* [API Documentation](https://microsoft.github.io/js-client-library/api/)
* [DeployR Reference Documentation](https://microsoft.github.io/deployr-api-docs/)
* [Simple examples](#examples)
* [Gulp, for building](#building)
* [Tests](#tests)
@ -59,9 +59,9 @@ There are a few diffrent ways to obtain the library depending on your
environment and intended usage:
- `$ npm install deployr` dependent on [Node.js](http://nodejs.org/download/)
- `$ git clone https://github.com/deployr/js-client-library.git`
- [Download Zip](https://github.com/deployr/js-client-library/archive/master.zip)
- Download specific [release](https://github.com/deployr/js-client-library/releases)
- `$ git clone https://github.com/microsoft/js-client-library.git`
- [Download Zip](https://github.com/microsoft/js-client-library/archive/master.zip)
- Download specific [release](https://github.com/microsoft/js-client-library/releases)
Environments
============

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

6
browser/deployr.min.js поставляемый

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Просмотреть файл

@ -13,12 +13,12 @@
<hr>
<ol>
<li>Open the browser's debug window to view print logs for this example.</li>
<li>View <a href="http://deployr.revolutionanalytics.com/documents/dev/client-jsdoc/">documentation</a> for more information.</li>
<li>View <a href="https://microsoft.github.io/js-client-library">documentation</a> for more information.</li>
</ol>
<script>
/*
* Copyright (C) 2010-2015 by Revolution Analytics Inc.
* Copyright (C) 2010-2016, Microsoft Corporation
*
* This program is licensed to you under the terms of Version 2.0 of the
* Apache License. This program is distributed WITHOUT

Просмотреть файл

@ -1,7 +1,7 @@
#!/usr/bin/env node
/*
* Copyright (C) 2010-2015 by Revolution Analytics Inc.
* Copyright (C) 2010-2016, Microsoft Corporation
*
* This program is licensed to you under the terms of Version 2.0 of the
* Apache License. This program is distributed WITHOUT

Просмотреть файл

@ -15,7 +15,7 @@
<ol>
<li>Populate <strong>/examples/config.json</strong> with the proper values before running.</li>
<li>Open the browser's debug window to view print logs for this example.</li>
<li>View <a href="http://deployr.revolutionanalytics.com/documents/dev/client-jsdoc/">documentation</a> for more information.</li>
<li>View <a href="https://microsoft.github.io/js-client-library/">documentation</a> for more information.</li>
</ol>
<script>

Просмотреть файл

@ -1,7 +1,7 @@
#!/usr/bin/env node
/*
* Copyright (C) 2010-2015 by Revolution Analytics Inc.
* Copyright (C) 2010-2016, Microsoft Corporation
*
* This program is licensed to you under the terms of Version 2.0 of the
* Apache License. This program is distributed WITHOUT

Просмотреть файл

@ -15,12 +15,12 @@
<ol>
<li>Populate <strong>/examples/config.json</strong> with the proper values before running.</li>
<li>Open the browser's debug window to view print logs for this example.</li>
<li>View <a href="http://deployr.revolutionanalytics.com/documents/dev/client-jsdoc/">documentation</a> for more information.</li>
<li>View <a href="https://microsoft.github.io/js-client-library/">documentation</a> for more information.</li>
</ol>
<script>
/*
* Copyright (C) 2010-2015 by Revolution Analytics Inc.
* Copyright (C) 2010-2016, Microsoft Corporation
*
* This program is licensed to you under the terms of Version 2.0 of the
* Apache License. This program is distributed WITHOUT

Просмотреть файл

@ -1,7 +1,7 @@
#!/usr/bin/env node
/*
* Copyright (C) 2010-2015 by Revolution Analytics Inc.
* Copyright (C) 2010-2016, Microsoft Corporation
*
* This program is licensed to you under the terms of Version 2.0 of the
* Apache License. This program is distributed WITHOUT

Просмотреть файл

@ -23,7 +23,7 @@
</ol>
<script>
/*
* Copyright (C) 2010-2015 by Revolution Analytics Inc.
* Copyright (C) 2010-2016, Microsoft Corporation
*
* This program is licensed to you under the terms of Version 2.0 of the
* Apache License. This program is distributed WITHOUT

Просмотреть файл

@ -1,7 +1,7 @@
#!/usr/bin/env node
/*
* Copyright (C) 2010-2015 by Revolution Analytics Inc.
* Copyright (C) 2010-2016, Microsoft Corporation
*
* This program is licensed to you under the terms of Version 2.0 of the
* Apache License. This program is distributed WITHOUT

Просмотреть файл

@ -1,7 +1,7 @@
#!/usr/bin/env node
/*
* Copyright (C) 2010-2015 by Revolution Analytics Inc.
* Copyright (C) 2010-2016, Microsoft Corporation
*
* This program is licensed to you under the terms of Version 2.0 of the
* Apache License. This program is distributed WITHOUT

Просмотреть файл

@ -15,7 +15,7 @@
<ol>
<li>Populate <strong>/examples/config.json</strong> with the proper values before running.</li>
<li>Open the browser's debug window to view print logs for this example.</li>
<li>View <a href="http://deployr.revolutionanalytics.com/documents/dev/client-jsdoc/">documentation</a> for more information.</li>
<li>View <a href="https://microsoft.github.io/js-client-library/">documentation</a> for more information.</li>
</ol>
<script>

Просмотреть файл

@ -15,7 +15,7 @@
<ol>
<li>Populate <strong>/examples/config.json</strong> with the proper values before running.</li>
<li>Open the browser's debug window to view print logs for this example.</li>
<li>View <a href="http://deployr.revolutionanalytics.com/documents/dev/client-jsdoc/">documentation</a> for more information.</li>
<li>View <a href="https://microsoft.github.io/js-client-library/">documentation</a> for more information.</li>
</ol>
<script>

Просмотреть файл

@ -15,7 +15,7 @@
<ol>
<li>Populate <strong>/examples/config.json</strong> with the proper values before running.</li>
<li>Open the browser's debug window to view print logs for this example.</li>
<li>View <a href="http://deployr.revolutionanalytics.com/documents/dev/client-jsdoc/">documentation</a> for more information.</li>
<li>View <a href="https://microsoft.github.io/js-client-library/">documentation</a> for more information.</li>
</ol>
<script>

Просмотреть файл

@ -1,7 +1,7 @@
#!/usr/bin/env node
/*
* Copyright (C) 2010-2015 by Revolution Analytics Inc.
* Copyright (C) 2010-2016, Microsoft Corporation
*
* This program is licensed to you under the terms of Version 2.0 of the
* Apache License. This program is distributed WITHOUT

Просмотреть файл

@ -15,12 +15,12 @@
<ol>
<li>Populate <strong>/examples/config.json</strong> with the proper values before running.</li>
<li>Open the browser's debug window to view print logs for this example.</li>
<li>View <a href="http://deployr.revolutionanalytics.com/documents/dev/client-jsdoc/">documentation</a> for more information.</li>
<li>View <a href="https://microsoft.github.io/js-client-library/">documentation</a> for more information.</li>
</ol>
<script>
/*
* Copyright (C) 2010-2015 by Revolution Analytics Inc.
* Copyright (C) 2010-2016, Microsoft Corporation
*
* This program is licensed to you under the terms of Version 2.0 of the
* Apache License. This program is distributed WITHOUT

Просмотреть файл

@ -1,7 +1,7 @@
#!/usr/bin/env node
/*
* Copyright (C) 2010-2015 by Revolution Analytics Inc.
* Copyright (C) 2010-2016, Microsoft Corporation
*
* This program is licensed to you under the terms of Version 2.0 of the
* Apache License. This program is distributed WITHOUT

Просмотреть файл

@ -1,7 +1,7 @@
#!/usr/bin/env node
/*
* Copyright (C) 2010-2015 by Revolution Analytics Inc.
* Copyright (C) 2010-2016, Microsoft Corporation
*
* This program is licensed to you under the terms of Version 2.0 of the
* Apache License. This program is distributed WITHOUT

Просмотреть файл

@ -1,96 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Example using repository-managed `shell scripts`</title>
<script src="../deployr.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
</head>
<body>
<h1>Example using repository-managed `shell scripts`</h1>
<hr>
<ol>
<li>Populate <strong>/examples/config.json</strong> with the proper values before running.</li>
<li>Open the browser's debug window to view print logs for this example.</li>
<li>View <a href="http://deployr.revolutionanalytics.com/documents/dev/client-jsdoc/">documentation</a> for more information.</li>
</ol>
<script>
/*
* Copyright (C) 2010-2015 by Revolution Analytics Inc.
*
* This program is licensed to you under the terms of Version 2.0 of the
* Apache License. This program is distributed WITHOUT
* ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT,
* MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the
* Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0) for more
* details.
*/
/*
* usage: http://localhost:8080/examples/js-api/shell.html
*
* 8.4.1 /r/repository/shell/execute
*
* This call executes repository-managed shell scripts .sh, .csh, .bash,
* .bat on the DeployR server. To execute a repository-managed shell script
* the caller must provide parameter values for filename, directory, author
* and optionally version.
*
* Due to the special security concerns associated with excuting shell
* scripts on the DeployR server only shell scripts owned by ADMINISTRATOR
* users can be executed on this API call. Any attempt to execute a shell
* script stored in the repository that is not owned by an ADMINISTRATOR
* user will be rejected.
*/
function run(config) {
var credentials = config.credentials;
// =====================================================================
// Set the DeployR server endpoint URL
// =====================================================================
deployr.configure({ host: config.endpoint, logging: false, cors: true });
// =====================================================================
// Authenticate as a `ADMINISTRATOR` and execute pre-supplied
// `echo.sh`:
//
// #!/bin/bash
// for i in $*; do
// echo $i
// done
// =====================================================================
console.log('Authenticate and execute the repository-managed shell script:');
console.log('=============================================================');
console.log('author: `admin`');
console.log('directory: `external:public:admin`');
console.log('filename: `echo.sh`');
console.log('arguments: `Hello from DeployR!`');
console.log('=============================================================');
var ruser = deployr.auth(credentials.username, credentials.password);
ruser.shell('/admin/external:public:admin/echo.sh', 'Hello from DeployR!')
.error(function(err) {
console.log(err);
})
.end(function(res) {
var echo = res.get('console') || [];
console.log('Response:');
for (var i = 0; i < echo.length; i++) {
console.log('echo argument: "' + echo[i] + '"');
}
});
} // end - run
// -- load configuration and run example --
$.getJSON('/config.json').done(function(config) { run(config); });
</script>
</body>
</html>

Просмотреть файл

@ -1,69 +0,0 @@
#!/usr/bin/env node
/*
* Copyright (C) 2010-2015 by Revolution Analytics Inc.
*
* This program is licensed to you under the terms of Version 2.0 of the
* Apache License. This program is distributed WITHOUT
* ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT,
* MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the
* Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0) for more
* details.
*/
/*
* usage: $ node sell.js
*
* 8.4.1 /r/repository/shell/execute
*
* This call executes repository-managed shell scripts .sh, .csh, .bash, .bat on
* the DeployR server. To execute a repository-managed shell script the caller
* must provide parameter values for filename , directory , author and
* optionally version.
*
* Due to the special security concerns associated with excuting shell scripts
* on the DeployR server only shell scripts owned by ADMINISTRATOR users can be
* executed on this API call. Any attempt to execute a shell script stored in
* the repository that is not owned by an ADMINISTRATOR user will be rejected.
*/
var deployr = require('../../deployr'),
config = require('../config'),
credentials = config.credentials;
// ============================================================================
// Set the DeployR server endpoint URL
// ============================================================================
deployr.configure({ host: config.endpoint, logging: false });
// ============================================================================
// Authenticate as a `ADMINISTRATOR` and execute pre-supplied `echo.sh`:
//
// #!/bin/bash
// for i in $*; do
// echo $i
// done
// ============================================================================
console.log('Authenticate and execute the repository-managed shell script:');
console.log('=============================================================');
console.log('author: `admin`');
console.log('directory: `external:public:admin`');
console.log('filename: `echo.sh`');
console.log('arguments: `Hello from DeployR!`');
console.log('=============================================================');
var ruser = deployr.auth(credentials.username, credentials.password);
ruser.shell('/admin/external:public:admin/echo.sh', 'Hello from DeployR!')
.error(function(err) {
console.log(err);
})
.end(function(res) {
var echo = res.get('console') || [];
console.log('Response:');
for (var i = 0; i < echo.length; i++) {
console.log('echo argument: "' + echo[i] + '"');
}
});

Просмотреть файл

@ -18,7 +18,7 @@
<li>Choose the <strong>/examples/js-api/satscores.csv</strong> file to upload.</li>
<li>Click the `upload` button.</li>
<li>Open the browser's debug window to view print logs for this example.</li>
<li>View <a href="http://deployr.revolutionanalytics.com/documents/dev/client-jsdoc/">documentation</a> for more information.</li>
<li>View <a href="https://microsoft.github.io/js-client-library/">documentation</a> for more information.</li>
</ol>
<form>

Просмотреть файл

@ -13,7 +13,7 @@
<ol>
<li>Populate <strong>/examples/config.json</strong> with the proper values before running.</li>
<li>Open the browser's debug window to view print logs for this example.</li>
<li>View <a href="http://deployr.revolutionanalytics.com/documents/dev/client-jsdoc/">documentation</a> for more information.</li>
<li>View <a href="https://microsoft.github.io/js-client-library/">documentation</a> for more information.</li>
</ol>
<script>
@ -31,7 +31,7 @@
/* --------------------------------------------------------------------
* usage: http://localhost:8080/examples/tutorial/authentication/authenticate.html
* see: http://deployr.revolutionanalytics.com/documents/dev/api-doc/guide/workingusers.html
* see: https://microsoft.github.io/deployr-api-docs/#users
*
* 1. Determine DeployR server endpoint.
* 2. Establish an authenticated handle with the DeployR server.

Просмотреть файл

@ -13,7 +13,7 @@
/* ----------------------------------------------------------------------------
* usage: $ node authenticate.js
* see: http://deployr.revolutionanalytics.com/documents/dev/api-doc/guide/workingusers.html
* see: https://microsoft.github.io/deployr-api-docs/#users
*
* 1. Determine DeployR server endpoint.
* 2. Establish an authenticated handle with the DeployR server.

Просмотреть файл

@ -14,7 +14,7 @@
<ol>
<li>Populate <strong>/examples/config.json</strong> with the proper values before running.</li>
<li>Open the browser's debug window to view print logs for this example.</li>
<li>View <a href="http://deployr.revolutionanalytics.com/documents/dev/client-jsdoc/">documentation</a> for more information.</li>
<li>View <a href="https://microsoft.github.io/js-client-library/">documentation</a> for more information.</li>
</ol>
<script>

Просмотреть файл

@ -15,7 +15,7 @@
<ol>
<li>Populate <strong>/examples/config.json</strong> with the proper values before running.</li>
<li>Open the browser's debug window to view print logs for this example.</li>
<li>View <a href="http://deployr.revolutionanalytics.com/documents/dev/client-jsdoc/">documentation</a> for more information.</li>
<li>View <a href="https://microsoft.github.io/js-client-library/">documentation</a> for more information.</li>
</ol>
<script>
@ -32,7 +32,7 @@
/* ----------------------------------------------------------------------------
* usage: http://localhost:8080/examples/tutorial/services/background/auth-job-execute-code.html
* see: http://deployr.revolutionanalytics.com/documents/dev/api-doc/guide/workingjobs.html#jobsubmit
* see: https://microsoft.github.io/deployr-api-docs/#r-job-submit
*
* 1. Determine DeployR server endpoint.
* 2. Establish an authenticated handle with the DeployR server.

Просмотреть файл

@ -13,7 +13,7 @@
/* ----------------------------------------------------------------------------
* usage: $ node auth-job-execute-code.js
* see: http://deployr.revolutionanalytics.com/documents/dev/api-doc/guide/workingjobs.html#jobsubmit
* see: https://microsoft.github.io/deployr-api-docs/#r-job-submit
*
* 1. Determine DeployR server endpoint.
* 2. Establish an authenticated handle with the DeployR server.

Просмотреть файл

@ -15,7 +15,7 @@
<ol>
<li>Populate <strong>/examples/config.json</strong> with the proper values before running.</li>
<li>Open the browser's debug window to view print logs for this example.</li>
<li>View <a href="http://deployr.revolutionanalytics.com/documents/dev/client-jsdoc/">documentation</a> for more information.</li>
<li>View <a href="https://microsoft.github.io/js-client-library/">documentation</a> for more information.</li>
</ol>
<script>
@ -32,7 +32,7 @@
/* ----------------------------------------------------------------------------
* usage: http://localhost:8080/examples/tutorial/services/background/auth-job-execute-script.html
* see: http://deployr.revolutionanalytics.com/documents/dev/api-doc/guide/workingjobs.html#jobsubmit
* see: https://microsoft.github.io/deployr-api-docs/#r-job-submit
*
* 1. Determine DeployR server endpoint.
* 2. Establish an authenticated handle with the DeployR server.

Просмотреть файл

@ -1,7 +1,7 @@
#!/usr/bin/env node
/*
* CCopyright (C) 2010-2016, Microsoft Corporation
* Copyright (C) 2010-2016, Microsoft Corporation
*
* This program is licensed to you under the terms of Version 2.0 of the
* Apache License. This program is distributed WITHOUT
@ -13,7 +13,7 @@
/* ----------------------------------------------------------------------------
* usage: $ node auth-job-execute-script.js
* see: http://deployr.revolutionanalytics.com/documents/dev/api-doc/guide/workingjobs.html#jobsubmit
* see: https://microsoft.github.io/deployr-api-docs/#r-job-submit
*
* 1. Determine DeployR server endpoint.
* 2. Establish an authenticated handle with the DeployR server.

Просмотреть файл

@ -15,7 +15,7 @@
<ol>
<li>Populate <strong>/examples/config.json</strong> with the proper values before running.</li>
<li>Open the browser's debug window to view print logs for this example.</li>
<li>View <a href="http://deployr.revolutionanalytics.com/documents/dev/client-jsdoc/">documentation</a> for more information.</li>
<li>View <a href="https://microsoft.github.io/js-client-library/">documentation</a> for more information.</li>
</ol>
<script>
@ -32,7 +32,7 @@
/* ----------------------------------------------------------------------------
* usage: http://localhost:8080/examples/tutorial/services/project/auth-project-create.html
* see: http://deployr.revolutionanalytics.com/documents/dev/api-doc/guide/workingprojects.html#projectcreate
* see: https://microsoft.github.io/deployr-api-docs/#r-project-create
*
* 1. Determine DeployR server endpoint.
* 2. Establish an authenticated handle with the DeployR server.

Просмотреть файл

@ -13,7 +13,7 @@
/* ----------------------------------------------------------------------------
* usage: $ node auth-project-create.js
* see: http://deployr.revolutionanalytics.com/documents/dev/api-doc/guide/workingprojects.html#projectcreate
* see: https://microsoft.github.io/deployr-api-docs/#r-project-create
*
* 1. Determine DeployR server endpoint.
* 2. Establish an authenticated handle with the DeployR server.

Просмотреть файл

@ -15,7 +15,7 @@
<ol>
<li>Populate <strong>/examples/config.json</strong> with the proper values before running.</li>
<li>Open the browser's debug window to view print logs for this example.</li>
<li>View <a href="http://deployr.revolutionanalytics.com/documents/dev/client-jsdoc/">documentation</a> for more information.</li>
<li>View <a href="https://microsoft.github.io/js-client-library/">documentation</a> for more information.</li>
</ol>
<script>
@ -32,7 +32,6 @@
/* ----------------------------------------------------------------------------
* usage: http://localhost:8080/examples/tutorial/services/project/auth-project-directory.html
* see: http://deployr.revolutionanalytics.com/documents/dev/api-doc/guide/workingprojects.html#projectdirectory
*
* 1. Determine DeployR server endpoint.
* 2. Establish an authenticated handle with the DeployR server.

Просмотреть файл

@ -13,7 +13,6 @@
/* ----------------------------------------------------------------------------
* usage: $ node auth-project-directory.js
* see: http://deployr.revolutionanalytics.com/documents/dev/api-doc/guide/workingprojects.html#projectdirectory
*
* 1. Determine DeployR server endpoint.
* 2. Establish an authenticated handle with the DeployR server.

Просмотреть файл

@ -15,7 +15,7 @@
<ol>
<li>Populate <strong>/examples/config.json</strong> with the proper values before running.</li>
<li>Open the browser's debug window to view print logs for this example.</li>
<li>View <a href="http://deployr.revolutionanalytics.com/documents/dev/client-jsdoc/">documentation</a> for more information.</li>
<li>View <a href="https://microsoft.github.io/js-client-library/">documentation</a> for more information.</li>
</ol>
<script>
@ -32,7 +32,7 @@
/* ----------------------------------------------------------------------------
* usage: http://localhost:8080/examples/tutorial/services/project/auth-project-execute-code.html
* see: http://deployr.revolutionanalytics.com/documents/dev/api-doc/guide/workingprojects.html#projectexecutecode
* see: https://microsoft.github.io/deployr-api-docs/#r-project-execute-code
*
* 1. Determine DeployR server endpoint.
* 2. Establish an authenticated handle with the DeployR server.

Просмотреть файл

@ -13,7 +13,7 @@
/* ----------------------------------------------------------------------------
* usage: $ node auth-project-execute-code.js
* see: http://deployr.revolutionanalytics.com/documents/dev/api-doc/guide/workingprojects.html#projectexecutecode
* see: https://microsoft.github.io/deployr-api-docs/#r-project-execute-code
*
* 1. Determine DeployR server endpoint.
* 2. Establish an authenticated handle with the DeployR server.

Просмотреть файл

@ -15,7 +15,7 @@
<ol>
<li>Populate <strong>/examples/config.json</strong> with the proper values before running.</li>
<li>Open the browser's debug window to view print logs for this example.</li>
<li>View <a href="http://deployr.revolutionanalytics.com/documents/dev/client-jsdoc/">documentation</a> for more information.</li>
<li>View <a href="https://microsoft.github.io/js-client-library/">documentation</a> for more information.</li>
</ol>
<script>
@ -32,7 +32,7 @@
/* ----------------------------------------------------------------------------
* usage: http://localhost:8080/examples/tutorial/services/project/auth-project-execute-script.html
* see: http://deployr.revolutionanalytics.com/documents/dev/api-doc/guide/workingprojects.html#projectexecutescript
* see: https://microsoft.github.io/deployr-api-docs/#r-project-execute-script
*
* 1. Determine DeployR server endpoint.
* 2. Establish an authenticated handle with the DeployR server.

Просмотреть файл

@ -13,7 +13,7 @@
/* ----------------------------------------------------------------------------
* usage: $ node auth-project-execute-script.js
* see: http://deployr.revolutionanalytics.com/documents/dev/api-doc/guide/workingprojects.html#projectexecutescript
* see: https://microsoft.github.io/deployr-api-docs/#r-project-execute-script
*
* 1. Determine DeployR server endpoint.
* 2. Establish an authenticated handle with the DeployR server.

Просмотреть файл

@ -15,7 +15,7 @@
<ol>
<li>Populate <strong>/examples/config.json</strong> with the proper values before running.</li>
<li>Open the browser's debug window to view print logs for this example.</li>
<li>View <a href="http://deployr.revolutionanalytics.com/documents/dev/client-jsdoc/">documentation</a> for more information.</li>
<li>View <a href="https://microsoft.github.io/js-client-library/">documentation</a> for more information.</li>
</ol>
<script>
@ -32,7 +32,7 @@
/* ----------------------------------------------------------------------------
* usage: http://localhost:8080/examples/tutorial/services/project/auth-project-packages.html
* see: http://deployr.revolutionanalytics.com/documents/dev/api-doc/guide/workingprojects.html#projectpackagelist
* see: https://microsoft.github.io/deployr-api-docs/#r-project-package-list
*
* 1. Determine DeployR server endpoint.
* 2. Establish an authenticated handle with the DeployR server.

Просмотреть файл

@ -13,7 +13,7 @@
/* ----------------------------------------------------------------------------
* usage: $ node auth-project-packages.js
* see: http://deployr.revolutionanalytics.com/documents/dev/api-doc/guide/workingprojects.html#projectpackagelist
* see: https://microsoft.github.io/deployr-api-docs/#r-project-package-list
*
* 1. Determine DeployR server endpoint.
* 2. Establish an authenticated handle with the DeployR server.

Просмотреть файл

@ -15,7 +15,7 @@
<ol>
<li>Populate <strong>/examples/config.json</strong> with the proper values before running.</li>
<li>Open the browser's debug window to view print logs for this example.</li>
<li>View <a href="http://deployr.revolutionanalytics.com/documents/dev/client-jsdoc/">documentation</a> for more information.</li>
<li>View <a href="https://microsoft.github.io/js-client-library/">documentation</a> for more information.</li>
</ol>
<script>
@ -32,7 +32,7 @@
/* ----------------------------------------------------------------------------
* usage: http://localhost:8080/examples/tutorial/services/project/auth-project-pool-create.html
* see: http://deployr.revolutionanalytics.com/documents/dev/api-doc/guide/workingprojects.html#projectpool
* see: https://microsoft.github.io/deployr-api-docs/#r-project-pool
*
* 1. Determine DeployR server endpoint.
* 2. Establish an authenticated handle with the DeployR server.

Просмотреть файл

@ -13,7 +13,7 @@
/* ----------------------------------------------------------------------------
* usage: $ node auth-project-pool-create.js
* see: http://deployr.revolutionanalytics.com/documents/dev/api-doc/guide/workingprojects.html#projectpool
* see: https://microsoft.github.io/deployr-api-docs/#r-project-pool
*
* 1. Determine DeployR server endpoint.
* 2. Establish an authenticated handle with the DeployR server.

Просмотреть файл

@ -15,7 +15,7 @@
<ol>
<li>Populate <strong>/examples/config.json</strong> with the proper values before running.</li>
<li>Open the browser's debug window to view print logs for this example.</li>
<li>View <a href="http://deployr.revolutionanalytics.com/documents/dev/client-jsdoc/">documentation</a> for more information.</li>
<li>View <a href="https://microsoft.github.io/js-client-library/">documentation</a> for more information.</li>
</ol>
<script>
@ -32,7 +32,6 @@
/* ----------------------------------------------------------------------------
* usage: http://localhost:8080/examples/tutorial/services/project/auth-project-workspace.html
* see: http://deployr.revolutionanalytics.com/documents/dev/api-doc/guide/workingprojects.html#projectworkspace
*
* 1. Determine DeployR server endpoint.
* 2. Establish an authenticated handle with the DeployR server.

Просмотреть файл

@ -13,7 +13,6 @@
/* ----------------------------------------------------------------------------
* usage: $ node auth-project-workspace.js
* see: http://deployr.revolutionanalytics.com/documents/dev/api-doc/guide/workingprojects.html#projectworkspace
*
* 1. Determine DeployR server endpoint.
* 2. Establish an authenticated handle with the DeployR server.

Просмотреть файл

@ -13,7 +13,7 @@
<ol>
<li>Populate <strong>/examples/config.json</strong> with the proper values before running.</li>
<li>Open the browser's debug window to view print logs for this example.</li>
<li>View <a href="http://deployr.revolutionanalytics.com/documents/dev/client-jsdoc/">documentation</a> for more information.</li>
<li>View <a href="https://microsoft.github.io/js-client-library/">documentation</a> for more information.</li>
</ol>
<script>
@ -30,7 +30,7 @@
/* --------------------------------------------------------------------
* usage: $ node auth-repository-management.js
* see: http://deployr.revolutionanalytics.com/documents/dev/api-doc/guide/workingrepository.html
* see: https://microsoft.github.io/deployr-api-docs/#repository
*
* 1. Determine DeployR server endpoint.
* 2. Establish an authenticated handle with the DeployR server.

Просмотреть файл

@ -13,7 +13,7 @@
/* ----------------------------------------------------------------------------
* usage: $ node auth-repository-management.js
* see: http://deployr.revolutionanalytics.com/documents/dev/api-doc/guide/workingrepository.html
* see: https://microsoft.github.io/deployr-api-docs/#repository
*
* 1. Determine DeployR server endpoint.
* 2. Establish an authenticated handle with the DeployR server.