We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
uniqueModelIdentificator getter of the HalModel class can be overriden if needed. When overriding, this.selfLink is available.
uniqueModelIdentificator
HalModel
this.selfLink
public get uniqueModelIdentificator(): string { return this.selfLink.split('/')[1]; }