mattpolzin / JSONAPI

Swift Codable JSON:API framework
MIT License
75 stars 19 forks source link

Change course slightly #72

Closed mattpolzin closed 4 years ago

mattpolzin commented 4 years ago

Had to back track a bit. Instead of all Ids boiling down to ResourceObject.ID I needed to leave ResourceObjectProxy.Id in place which means ResourceObject.ID and ResourceObject.Id are equivalent (when the resource object is identifiable).