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

Sample application #43

Open ghost opened 9 years ago

ghost commented 9 years ago

Hi,

Is there any sample project or tutorial showing how to setup a Spine backed application?

That would be really helpful to get a clearer picture of its features.

Thanks, BQ.

wvteijlingen commented 9 years ago

There is currently no up to date sample project. I had an example but didn't have the time to keep updating it, so I removed it altogether. It's still on the todo list to create a new one though.

The quick start in the README should give you a pretty good overview of the basic features, but I agree that examples of how to connect this to a UI for example would be helpful.

craigpearce5 commented 8 years ago

I would second the need for an example project. I would like to see one that utilizes a public datasource.

wvteijlingen commented 8 years ago

Using a public jsonapi would be nice indeed. If you know of a usable datasource, please let met know.