4.0.0 • Published 5 years ago

crowdin-api v4.0.0

Weekly downloads
856
License
MIT
Repository
github
Last release
5 years ago

Crowdin API

API client for the Crowdin API.

Usage

var CrowdinApi = require('crowdin-api');
var api = new CrowdinApi({
  apiKey: 'abcd', // Get this from your project page
  project: 'project-name'
});

api.updateFile(files, ...).then(function(result) {...}).catch(function(err) {...});
4.0.0

5 years ago

3.0.0

5 years ago

2.0.3

6 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.1

9 years ago

1.0.0

9 years ago