1.7.2 • Published 7 months ago

@financial-times/origami-repo-data-client v1.7.2

Weekly downloads
99
License
MIT
Repository
github
Last release
7 months ago

Origami Repo Data Client (Node.js)

A Node.js client for the Origami Repo Data service.

NPM version MIT licensed

const RepoDataClient = require('@financial-times/origami-repo-data-client');

const repoData = new RepoDataClient({
    apiKey: 'xxxXxXxX-XXXX-XXXX-xXXx-xxxXXXxXXXXX',
    apiSecret: 'xxXXXxxXXXXXXXXXxxxxxxxXXXxXxXXXXXXxxXXx'
});

const repos = await repoData.listRepos();

Table Of Contents

Usage

Using this module requires Node.js 6.x and npm. You can install with:

npm install @financial-times/origami-repo-data-client

The full API documentation explains how to use this module.

Contributing

This module has a full suite of unit tests, and is verified with ESLint. You can use the following commands to check your code before opening a pull request:

make verify  # verify JavaScript code with ESLint
make test    # run the unit tests and check coverage

Publishing

New versions of the module are published automatically by CI when a new tag is created matching the pattern /v.*/.

Contact

If you have any questions or comments about this module, or need help using it, please either raise an issue, visit #origami-support or email Origami Support.

Licence

This software is published by the Financial Times under the MIT licence.

1.7.2

7 months ago

1.7.1

7 months ago

1.7.0

8 months ago

1.6.5

2 years ago

1.6.4

4 years ago

1.6.3

4 years ago

1.6.2

4 years ago

1.6.1

4 years ago

1.6.0

5 years ago

1.5.0

6 years ago

1.4.1

6 years ago

1.4.0

6 years ago

1.3.2

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago