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
264 stars 109 forks source link

JSONAPIDocument public #202

Closed ratzr15 closed 6 years ago

ratzr15 commented 6 years ago

The public init method is not accessible;

due to:

ResourceCollection initializer is inaccessible due to 'internal' protection level

Can we make it public?

public init(document: JSONAPIDocument) { }

wvteijlingen commented 6 years ago

I'm not maintaining this library anymore. The project that used this was shelved and I'm too busy with other work, so I cannot afford to spend time on this anymore.

The community is continuing development of Spine at jsonapi-ios/Spine. Feel free to use that fork, and submit pull-requests or open issues there.