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

Change access modifier for addPredicateWithKey and addPredicateWithField #130

Closed koraykoska closed 7 years ago

koraykoska commented 7 years ago

Changed the access modifier to public so we can add filters that are not fields.

This fixes #129