Working with REST Index
Article Series, “Working with REST” This post is simply an index, to help navigate through the articles. Working with REST Making a connection using Swift Connecting with C++
Article Series, “Working with REST” This post is simply an index, to help navigate through the articles. Working with REST Making a connection using Swift Connecting with C++
Previously … We connected to our local JSON server using a console app, writen in Swift: Making a connection using Swift In this article, we are going to do the same thing, this time using C++. Libraries Swift comes with a large library of functionality, including classes to connect to a REST server. The … Read more
Previously Part 1, Working with REST In the previous article, we installed a local JSON server, to make testing the app we are about to create in this article, fast. In this article, we are going to create a console app, using Swift. In the following article, we will be doing the same process, using … Read more
An introduction on the server technology and how to connect your app to a web endpointIntroThis is the first article, in a series. By the end of the series, you should be able to connect your app, whether macOS, iOS, console, to a REST endpoint. There are a lot of articles on the internet that … Read more