0.11.6-staging • Published 3 months ago

test-tuix-timesheets-api v0.11.6-staging

Weekly downloads
-
License
ISC
Repository
-
Last release
3 months ago

Tuix Jira Service Client

Description

Api Client for tuix timesheets api project

Installation

npm i test-tuix-timesheets-api

If you need to use the stagging api client, then use the command

npm i test-tuix-timesheets-api@0.1.1-staging

Check the available versions in the following link: https://www.npmjs.com/package/tuix-timesheets-api?activeTab=versions

Developing the app

Tested on

node 18
npm  9.6.7

Make an example request :

import { OpenAPI, TuixCompanyServiceService } from 'test-tuix-timesheets-api';

OpenAPI.BASE = 'https://staging-api-timesheets.tuix.ch';
OpenAPI.HEADERS = {
  Authorization: "Bearer <JWT>"
};

(async () => {
  const response = await TuixCompanyServiceService.companiesControllerFindAll()
  console.log({response});
})()
2.19.0

3 months ago

2.20.0

3 months ago

2.22.0

3 months ago

2.21.0

3 months ago

2.17.0

3 months ago

2.18.0

3 months ago

2.16.0

3 months ago

0.1.3-staging

3 months ago

0.1.4-staging

3 months ago

2.11.0

3 months ago

2.3.0

3 months ago

2.12.0

3 months ago

2.5.0

3 months ago

0.1.1-staging

3 months ago

2.10.0

3 months ago

2.4.0

3 months ago

2.7.0

3 months ago

0.1.2-staging

3 months ago

2.6.0

3 months ago

2.9.0

3 months ago

2.8.0

3 months ago

0.1.0-staging

3 months ago

0.11.2-staging

3 months ago

2.15.0

3 months ago

2.13.0

3 months ago

0.11.6-staging

3 months ago

2.14.0

3 months ago

0.3.0

3 months ago

0.2.0

3 months ago

0.4.0

3 months ago

0.1.0

3 months ago

0.10.0

3 months ago

1.9.0

3 months ago

1.8.0

3 months ago

1.7.0

3 months ago

1.6.0

3 months ago

1.5.0

3 months ago

1.4.0

3 months ago

1.3.0

3 months ago

1.2.0

3 months ago

1.1.0

3 months ago

1.0.6

3 months ago

1.0.5

3 months ago

1.0.4

3 months ago

1.0.3

3 months ago

1.0.2

3 months ago

1.0.0

3 months ago