Setup

  • Create and populate a Constants.swift file with constants workflowEndpoint and dataEndpoint as follows:
struct Endpoints {
    static workflowEndpoint = "https://workflow/endpoint/"
    static dataEndpoint = "https://data/endpoint/"
}