Last updated on September 25th, 2019Welcome to a new, hopefully exciting tutorial! In a previous post I showed to you the process of creating a custom class that manages web requests and RESTful APIs. Today, we will keep building on it, as I would like to focus on a specific use case: How to upload […]
RESTful APIs Tutorial: Creating Your Own Lightweight REST Library in Swift
Last updated on September 25th, 2019Most applications nowadays communicate with servers to exchange data, and they do so by consuming RESTful APIs, also called RESTful web services. Using REST, applications can send requests to servers, and servers send responses as answers back to client apps. The whole communication is based on standard rules that REST […]
GTRest
A lightweight Swift library for making web requests and consuming RESTful APIs!