0.8.0 • Published 2 years ago

@sage-bionetworks/rocc-client-angular v0.8.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
2 years ago

ROCC Client Library for Angular

GitHub Release GitHub CI GitHub License Latest npm version

Introduction

This TypeScript-Angular client library is used by the ROCC web client to interact with the ROCC API service.

This client library is automatically updated using openapi-generator via a Pull Request opened shortly after a new release of the ROCC schemas is available.

Specification

  • ROCC client library version: 0.8.0
  • ROCC schemas version: 0.6.0

Requirements

Usage

TBA

Development

Build

Run npm run build to build the library for production. The build artifacts will be stored in the dist/ directory.

Publish

npm run build
cd dist/rocc-client
npm publish

Versioning

GitHub release tags

This repository uses semantic versioning to track the releases of this project. This repository uses "non-moving" GitHub tags, that is, a tag will always point to the same git commit once it has been created.

npm package tags

The artifact published by the CI/CD workflow of this GitHub repository is an npm package pushed to the npm package registry npmjs.org. This table lists the package tags pushed to this registry.

Tag nameMovingDescription
<major>.<minor>.<patch>NoStable release.

Contributing

Thinking about contributing to this project? Get started by reading our contribution guidelines.

License

Apache License 2.0

0.8.0

2 years ago

0.7.0

3 years ago

0.6.0

3 years ago

0.5.0

3 years ago

0.4.5

3 years ago

0.4.4

3 years ago

0.4.3

3 years ago

0.3.2

3 years ago