# @zeus-ci/sdk

> JavaScript SDK for https://zeus.ci

Latest version **0.1.8** (published 2019-10-29) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @zeus-ci/sdk
pnpm add @zeus-ci/sdk
yarn add @zeus-ci/sdk
bun add @zeus-ci/sdk
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.8 |
| Published | 2019-10-29 |
| First published | 2018-06-15 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Unpacked size | 107.6 KB |
| Known vulnerabilities | 0 (+2 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Sentry |
| Maintainers | benvinegar, jauer, sentry-bot |

## Links

- npm: https://www.npmjs.com/package/@zeus-ci/sdk
- Repository: https://github.com/getsentry/zeus-sdk
- Homepage: https://github.com/getsentry/zeus-sdk#readme
- Issues: https://github.com/getsentry/zeus-sdk/issues
- npm.io page: https://npm.io/package/@zeus-ci/sdk

## Dependencies (4)

- [tslib](https://npm.io/package/tslib.md) ~1.9.3
- [form-data](https://npm.io/package/form-data.md) ^2.3.2
- [node-fetch](https://npm.io/package/node-fetch.md) ~2.1.2
- [whatwg-url](https://npm.io/package/whatwg-url.md) ^5.0.0

## Recent versions

- 0.1.8 (latest) — 2019-10-29
- 0.1.7 — 2019-01-28
- 0.1.6 — 2019-01-28
- 0.1.5 — 2018-09-24
- 0.1.4 — 2018-06-30
- 0.1.3 — 2018-06-26
- 0.1.2 — 2018-06-26
- 0.1.1 — 2018-06-15
- 0.1.0 — 2018-06-15

## README

<p align="center">
    <img src="https://user-images.githubusercontent.com/1433023/32629198-3c6f225e-c54d-11e7-96db-99fd22709a1b.png" width="271">
</p>

# Zeus JavaScript SDK

[![Travis](https://img.shields.io/travis/getsentry/zeus-sdk.svg)](https://travis-ci.org/getsentry/zeus-sdk)
[![GitHub release](https://img.shields.io/github/release/getsentry/zeus-sdk.svg)](https://github.com/getsentry/zeus-sdk/releases/latest)
[![npm version](https://img.shields.io/npm/v/@zeus-ci/sdk.svg)](https://www.npmjs.com/package/@zeus-ci/sdk)
[![license](https://img.shields.io/github/license/getsentry/zeus-sdk.svg)](https://github.com/getsentry/zeus-sdk/blob/master/LICENSE)

JavaScript API client for [Zeus](https://github.com/getsentry/zeus).

## Installation

The CLI comes as NPM package and can be installed via npm or yarn:

```bash
npm install -g @zeus-ci/sdk
yarn add -g @zeus-ci/sdk
```

## Development

This SDK is built with [TypeScript](https://www.typescriptlang.org/). After
installing dependencies, your workspace should contain all tools necessary to
develop, test and build the project. See `package.json` for all scripts:

```sh
# Install dependencies
yarn

# Run test watchers
yarn test:watch

# Build JavaScript sources
yarn build
```

We use [prettier](https://prettier.io/) for auto-formatting and
[tslint](https://palantir.github.io/tslint/) as linter. Both tools can
automatically fix a lot of issues for you. To invoke them, simply run:

```sh
yarn fix
```

It is highly recommended to use VSCode and install the suggested extensions.
They will configure your IDE to match the coding style, invoke auto formatters
every time you save and run tests in the background for you. No need to run the
watchers manually.

---
_Source: https://npm.io/package/@zeus-ci/sdk · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
