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

I have installed the package in an Angular project. when I have been adding the following method(always getting an error): ![image](https://user-images.githubusercontent.com/6782195/79756365-d12d0b80-831a-11ea-91c0-451bee21d8ed.png) ```.ts import * as onesky from '@brainly/onesky-utils'; options =...

postFile method returns error: `{ message: 'String file not found', code: 404 }`. Request parameters are: ``` { file: { value: ...file content goes here..., options: { filename: 'en.po' }...

**Synchronous call** Is it possible to call the `getFile`, `getLanguages` and `postFile` functions synchronously? I've a all in one script for my projects and want the debug logs to be...

question

Hello ! Do you plan to add additional functionality that handles creation/listing of orders ? (api docs: https://github.com/onesky/api-documentation-platform/blob/master/resources/order.md) If not I will try to do it myself and create new...

enhancement
help wanted