1.0.22 • Published 1 year ago
@joblocal/api-client-v5 v1.0.22
Joblocal Api-Client
This package contains a pre-configured devour-client for the Joblocal api Devour - Api client for JSON-Api-Specification compliant resource handling Documentation - Api Documentation
Requirements
- Yarn or npm
Installation
Using npm:
$ npm install --save @joblocal/api-client-v5
Using yarn:
$ yarn add @joblocal/api-client-v5
Usage
After installing the package you can use it as follows.
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:
$ npm install
Verify by running tests:
$ npm test
Built with
- Devour - Api client for JSON-Api-Specification compliant resource handling
- Webpack - Application Bundler
- Jest - Test Runner
Also see
Contributing
Please read through our contributing guidelines. Included are directions for opening issues, coding standards, and feature requests.
Authors
- Joblocal GmbH - Initial work - Joblocal
See also the list of contributors who participated in this project.
1.0.22
1 year ago
1.0.19
2 years ago
1.0.18
2 years ago
1.0.17
2 years ago
1.0.16
2 years ago
1.0.21
2 years ago
1.0.20
2 years ago
1.0.15
2 years ago
1.0.9
3 years ago
1.0.11
3 years ago
1.0.10
3 years ago
1.0.14
3 years ago
1.0.13
3 years ago
1.0.12
3 years ago
1.0.8
3 years ago
1.0.7
3 years ago
1.0.6
3 years ago
1.0.5
3 years ago
1.0.3
3 years ago
1.0.2
3 years ago
1.0.1
3 years ago
1.0.0
3 years ago