vapor-tools / vapor-jsonapi

A JSON API compliant server library for Vapor / Swift
MIT License
8 stars 3 forks source link

Update for Vapor 3.0 #1

Open paulyhedral opened 6 years ago

paulyhedral commented 6 years ago

Vapor 3 has a completely new model for serializable content and request routing, along with changes in Swift 4 that require some significant changes/updates to this code in order to make it work.

koraykoska commented 6 years ago

Hey @paulyhedral

You are right, there is certainly some amount of work we have to put into this to update it for Vapor 3. But unfortunately I don't have enough time right now to do this. I'm accepting pull requests though...