node-upwork icon indicating copy to clipboard operation
node-upwork copied to clipboard

Node.JS bindings for Upwork API

Results 5 node-upwork issues
Sort by recently updated
recently updated
newest added

Bumps [debug](https://github.com/debug-js/debug) to 3.2.7 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `debug` from 3.2.6 to 3.2.7 Commits 3383260 3.2.7 4e21502 fix regression See full...

dependencies

Bumps [flat](https://github.com/hughsk/flat) to 5.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `flat` from 4.1.0 to 5.0.2 Commits e5ffd66 Release 5.0.2 fdb79d5 Update dependencies, refresh...

dependencies

Bumps [minimatch](https://github.com/isaacs/minimatch) to 5.0.1 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `minimatch` from 3.0.4 to 5.0.1 Changelog Sourced from minimatch's changelog. change log 5.1...

dependencies

Bumps [json-schema](https://github.com/kriszyp/json-schema) and [jsprim](https://github.com/joyent/node-jsprim). These dependencies needed to be updated together. Updates `json-schema` from 0.2.3 to 0.4.0 Commits f6f6a3b Use a little more robust method of checking instances ef60987 Update...

dependencies

Upwork-API docs says that i can use *getSpecialtiesV2()* method https://developers.upwork.com/index.html?lang=node#metadata_list-specialties-v2 But here [https://github.com/upwork/node-upwork/blob/master/lib/routers/metadata.js](url) i can't find this method I tried to use request directly like ```js metadata.api.client.get('profiles/v2/metadata/specialties', { topic: '1517518458442309632'...