0.0.3-development • Published 6 years ago
hateoas-typescript-model-test v0.0.3-development
TypeScript hateoas model library
Usage
# Run following command
npm i hateoas-typescript-model-test
# Then import needed type from the library
- import {HalLink, HalLinks, HalPage, Resource, ResourceCollection} from 'hateoas-typescript-model-test';
Keep in mind
# Type Resource and ResourceCollection uses generic type variables
type Resource<T>
interface ResourceCollection<T, K extends string>
You may take a deeper look at the model in :
node_modules/hateoas-typescript-model-test/dist/types/index.d.ts
0.0.3-development
6 years ago
0.0.2-development
6 years ago
0.0.1-development
6 years ago
0.0.0-development
6 years ago