nodejs-onesky-utils icon indicating copy to clipboard operation
nodejs-onesky-utils copied to clipboard

Node.js utils for working with OneSky translation service.

Results 14 nodejs-onesky-utils issues
Sort by recently updated
recently updated
newest added

Each API call already adds leading slash to the address, like so: ```javascript function _getUploadOptions (options) { return { method: 'POST', url: apiAddress + '/1/projects/' + options.projectId ... ``` This...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.6.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...

dependencies

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) Changelog Sourced from glob-parent's changelog. 5.1.2 (2021-03-06) Bug Fixes eliminate ReDoS...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies

[request](https://www.npmjs.com/package/request) & [request-promise](https://www.npmjs.com/package/request-promise) dependencies have been deprecated. > **request** has been deprecated, see https://github.com/request/request/issues/3142 > **request-promise** has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142 **request-promise**...

Add new methods to get actual information about import tasks * Get Task Info `GET https://platform.api.onesky.io/1/projects/:project_id/import-tasks/:import_id` * Get Task List `GET https://platform.api.onesky.io/1/projects/:project_id/import-tasks` https://github.com/onesky/api-documentation-platform/blob/master/resources/import_task.md#show---show-an-import-task

Hi Except for the first 2 examples, the other examples used the incomplete require which has been fixed. Thanks Naveen