I am trying to access an API written in PHP through Swift. I have searched on the internet for a solution but am unable to find one. Forgive me if this is a stupid question, as I am new to both PHP and Swift (primarily a Java programmer).
So my question is: how do I go about using a PHP api in my Swift application? For example, an API like this: https://www.multicraft.org/site/docs/api. It provides functions and such, but I'm not sure how to call them from Swift.