This repository provides an api-client to use the version 5 joblocal api.
npm install @joblocal/api-client-v5This package contains a pre-configured devour-client for the Joblocal api
Devour - Api client for JSON-Api-Specification compliant resource handling
Documentation - Api Documentation
sh
$ npm install --save @joblocal/api-client-v5
`Using yarn:
`sh
$ yarn add @joblocal/api-client-v5
`Usage
After installing the package you can use it as follows.`javascript
import createClient from '@joblocal/api-client-v5';const client = createClient({
url: 'https://api.joblocal.de/v5',
token: 'user_id_token' || () => 'id_token' || null,
});
`Development
Installing dependencies:
`sh
$ npm install
`Verify by running tests:
`sh
$ npm test
``See also the list of contributors who participated in this project.