1.7.0 • Published 11 months ago

jetbrains-space-api v1.7.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

jetbrains-space-api

Axios client for the JetBrains Space API.

npm latest version npm next version npm beta version

Versions

Package VersionSpace Version
1.7.02023.2.0-DEV.162212
1.6.02023.2.0-DEV.157444
1.5.02023.2.0-DEV.150788
1.4.02023.1.0-DEV.147802
1.3.02022.2.0-DEV.113510
1.2.02022.2.0-DEV.108093
1.1.12022.2.0-DEV.105866
1.1.02022.2.0-DEV.105866
1.0.02022.2.0-DEV.104457

Install

$ npm install --save-dev jetbrains-space-api

Usage

Basic example for getting all projects.

const client = new SpaceApi(
  new Configuration({
    basePath: process.env.SPACE_API_URL,
    accessToken: process.env.SPACE_API_TOKEN
  })
);
const projects = await client.projectsGet();
1.7.0

11 months ago

1.6.0

1 year ago

1.5.0

1 year ago

1.4.0

1 year ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago