0.1.8 • Published 6 years ago

@hawkersgroup/onesky-features v0.1.8

Weekly downloads
-
License
ISC
Repository
bitbucket
Last release
6 years ago

Dependencies

npm install

Upload function

ParamDescription
languagees-ES
secretAPI SECRET from Onesky
apiKeyAPI KEY from Onesky
projectIdProject ID from Onesky
fileNamees-ES.json
format'HIERARCHICAL_JSON'
keepStringsBoolean

Usage download file

const onesky = require('onesky-features').default;

const language = 'en';

onesky.download({
  language,
  format: 'HIERARCHICAL_JSON',
  fileName: 'en.json',
  secret: '123456789',
  apiKey: 'abcdef1234567',
  projectId: '1234',
  distFolder: './locales',
  keepString: true,
});
0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago