CC License Submission Step

This commit is contained in:
Samuel
2020-04-28 15:08:42 +02:00
parent 64478870c0
commit 245cb45503
17 changed files with 781 additions and 51 deletions

View File

@@ -1,4 +1,5 @@
import { HALLink } from './hal-link.model';
import { deserialize } from 'cerialize';
/**
* Represents HAL resources.
@@ -6,10 +7,13 @@ import { HALLink } from './hal-link.model';
* A HAL resource has a _links section with at least a self link.
*/
export class HALResource {
/**
* The {@link HALLink}s for this {@link HALResource}
*/
@deserialize
_links: {
/**
* The {@link HALLink} that refers to this {@link HALResource}
*/