| Spec | Version | Path |
|---|---|---|
| Resource-Store API | 1.3.0 | /api/resource/spec.yaml |
| Annotation-Store API | 1.0.0 | /api/resource/annotation-spec.yaml |
| GraphQL Schema | 1.0.2 | /api/graphql/schema.graphql |
- Import lib
npm -i --save @redlink/tm-annotation-store-api - Import files, like
import * as typeDefs from '@redlink/tm-annotation-store-api/api/graphql/schema.graphql'
To use specific versions follow the pattern /{basePath}/{specPath}/{name}-{version}.{suffix}, e.g. /api/graphql/schema-1.0.0.graphql.