This repository contains the OpenAPI 3 specification of the TOP framework. Please see top-deployment for an onverall description of the framework. The schema file is located at schemas/top-api.yml
<dependency>
<groupId>care.smith.top</groupId>
<artifactId>top-api</artifactId>
<version><!-- the version number --></version>
</dependency>
@ComponentScan("care.smith.top.backend")
to your application class.care.smith.top.backend.api
(e.g., EntityApiDelegate
).Because the Maven package is hosted at GitHub Packages, you need to make some modifications to your Maven installation in order to download and install the package. Please follow the Authenticating to GitHub Packages instructions.
@onto-med:registry=https://npm.pkg.github.com
npm login --scope=@onto-med --registry=https://npm.pkg.github.com
@onto-med/top-api
as dependency, e.g.:
yarn add @onto-med/top-api
Please see our Contributing Guide.
The code in this repository and the packages care.smith.top:top-api
and @onto-med/top-api
are licensed under MIT.