wvteijlingen / Spine

A Swift library for working with JSON:API APIs. It supports mapping to custom model classes, fetching, advanced querying, linking and persisting.
MIT License
266 stars 109 forks source link

Adds support for links members #79

Closed jensgrud closed 8 years ago

jensgrud commented 8 years ago
var link: NSURL?

override class var fields: [Field] {
    return fieldsFromDictionary([
        "link":URLAttribute()
        ])
}