Server Side Swift

Jan
19
How To: REST API in Swift with Vapor RestKit — CRUDs
Open Source
3 min read

How To: REST API in Swift with Vapor RestKit — CRUDs

Writing CRUD Rest APIs is something that gets me bored VERY fast. Here comes RestKit with a vaccine from CRUDs boredom
Dec
29
How To: REST API in Swift with Vapor RestKit — ORM Extensions
Open Source
2 min read

How To: REST API in Swift with Vapor RestKit — ORM Extensions

One of the things I worked on some time ago was Vapor Rest Kit It started as a set of utils I implemented to speed up the development of my side project. Gradually my Vapor utils grew rather large and decided to move it to a separate package and publish.