Releases: timesheetIO/timesheet-typescript
Releases · timesheetIO/timesheet-typescript
Release 1.0.2
Timesheet TypeScript SDK 1.0.2
Installation
npm install @timesheet/sdk
# or
yarn add @timesheet/sdk
# or
pnpm add @timesheet/sdkUsage
import { TimesheetClient } from '@timesheet/sdk';
const client = new TimesheetClient({
apiKey: 'your-api-key'
});Changelog
See CHANGELOG.md for details.
Full Changelog: v1.0.1...v1.0.2
Release 1.0.1
Timesheet TypeScript SDK 1.0.1
Installation
npm install @timesheet/sdk
# or
yarn add @timesheet/sdk
# or
pnpm add @timesheet/sdkUsage
import { TimesheetClient } from '@timesheet/sdk';
const client = new TimesheetClient({
apiKey: 'your-api-key'
});Changelog
See CHANGELOG.md for details.
Full Changelog: v1.0.0...v1.0.1
Release 1.0.0
Timesheet TypeScript SDK 1.0.0
Installation
npm install @timesheet/sdk
# or
yarn add @timesheet/sdk
# or
pnpm add @timesheet/sdkUsage
import { TimesheetClient } from '@timesheet/sdk';
const client = new TimesheetClient({
apiKey: 'your-api-key'
});Changelog
See CHANGELOG.md for details.
Full Changelog: https://github.com/timesheetIO/timesheet-typescript/commits/v1.0.0