2 "name": "TieApiClient",
4 "summary": "Provides a way of communicating with a Teneo Engine server instance",
5 "description": "Provides a way of communicating with a Teneo Engine server instance\n\nUsage:\n```swift\n// Set Teneo engine url\ntry {\n TieApiService.sharedInstance.setup(\"{BASE_URL}\", endpoint: \"{ENDPOINT}\")\n} catch {\n // Handle TieSetupError.invalidUrl\n}\n \n// Send input messages\nTieApiService.sharedInstance.sendInput({MESSAGE},\n parameters: {PARAMETERS},\n success: { response in\n // Handle response. Remember to dispatch to main thread if updating UI\n}, failure: { error in\n // Handle error\n})\n \n// Close session\nTieApiService.sharedInstance.closeSession({ response in\n //\n}, failure { error in\n \n})\n```",
6 "homepage": "https://www.artificial-solutions.com/teneo/teneo-interaction-engine",
8 "type": "Apache License, Version 2.0",
11 "authors": "Artificial Solutions",
12 "swift_version": "4.2",
17 "git": "https://github.com/artificialsolutions/tie-api-client-ios.git",
22 "TieApiClient/**/*.{swift}"