aronbalog / Vox

Swift JSON:API client framework
http://jsonapi.org
MIT License
46 stars 19 forks source link

Links field missing from Resource.swift #20

Open vinceis1337 opened 6 years ago

vinceis1337 commented 6 years ago

In addition, a resource object MAY contain any of these top-level members: links: a links object containing links related to the resource.

http://jsonapi.org/format/#document-resource-objects

This links object is currently not on Resource.swift

JohnKuan commented 5 years ago

@aronbalog @vinceis1337 If you would like to check on this, I have made a PR to support links. Feel free to let me know if it needs changes. https://github.com/aronbalog/Vox/pull/21