Brightspace / polymer-siren-behaviors

utility library for shared behaviors for building siren resource based web-components
Apache License 2.0
0 stars 5 forks source link

EntityStore: siren (embedded) links can be used instead of hrefs #67

Closed omsmith closed 4 years ago

omsmith commented 4 years ago

This change allow a Siren link (either of the standard siren link for, or an embedded link) to be used in addition to the string href. This gives additional context to the link being fetched.

The follow-up to this will be to inspect link objects for a particular rel in order to determine if token auth should be skipped (i.e. it's a third party site, or simply public/anonymous).