REST

  • RESTful API Tutorial: How to Upload Files to a Server

    Welcome 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 files to a server!

  • RESTful APIs Tutorial: Creating Your Own Lightweight REST Library in Swift

    Most 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 architectural style defines. Obviously, developers…

  • GTRest

    A lightweight Swift library for making web requests and consuming RESTful APIs!