cosullivan / Hypermedia

Hypermedia library for .NET
http://cainosullivan.com/Hypermedia
MIT License
47 stars 12 forks source link

How to add a link to the links section of JSON API Object #9

Closed ThalusUlysses closed 7 years ago

ThalusUlysses commented 7 years ago

"related" link is done automatically when using the fluent. But how do I add other links to links section / links object such like "self","up" using the fluent?

cosullivan commented 7 years ago

Hi,

It doesn't currently support adding those additional links.

Thanks, Cain.