{"id":24798772,"url":"https://github.com/artificialsolutions/tie-api-client-ios","last_synced_at":"2025-03-24T22:41:52.039Z","repository":{"id":56924251,"uuid":"151226820","full_name":"artificialsolutions/tie-api-client-ios","owner":"artificialsolutions","description":"Swift/Objective C SDK that handles communication with the Teneo Interaction Engine.","archived":false,"fork":false,"pushed_at":"2019-10-02T12:31:59.000Z","size":62,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-09-21T07:03:18.448Z","etag":null,"topics":["cocoapods","objective-c","sdk","swift","teneo","xcode"],"latest_commit_sha":null,"homepage":"https://developers.artificial-solutions.com","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/artificialsolutions.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-10-02T08:55:45.000Z","updated_at":"2021-08-25T08:02:26.000Z","dependencies_parsed_at":"2022-08-21T05:20:31.377Z","dependency_job_id":null,"html_url":"https://github.com/artificialsolutions/tie-api-client-ios","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artificialsolutions%2Ftie-api-client-ios","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artificialsolutions%2Ftie-api-client-ios/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artificialsolutions%2Ftie-api-client-ios/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artificialsolutions%2Ftie-api-client-ios/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/artificialsolutions","download_url":"https://codeload.github.com/artificialsolutions/tie-api-client-ios/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245366207,"owners_count":20603438,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cocoapods","objective-c","sdk","swift","teneo","xcode"],"created_at":"2025-01-30T02:15:03.277Z","updated_at":"2025-03-24T22:41:52.014Z","avatar_url":"https://github.com/artificialsolutions.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TIE API Client\n\n\u003e [!IMPORTANT]\n\u003e This project has been retired and archived  \n\u003e If there is a need of continued use / development of this project for your own needs please feel free to fork the project - which will remain here in archived form.\n\nThis library provides a way of communicating with a Teneo Engine server instance\n\n## Requirements\n\n- iOS 12.0+\n- Xcode 11.0+\n- Swift 5.0+\n\n## Basic Use\n\n### Setup\n**Must be called before calling sendInput or closeSession**\n\n\n```swift\ndo {\n\ttry TieApiService.sharedInstance.setup(\"BASE_URL\", endpoint: \"ENDPOINT\")\n} catch {\n\t// Handle errors here\n}\n```\n\n### Send Input\n```swift\nTieApiService.sharedInstance.sendInput({MESSAGE},\n                                       parameters: {PARAMETERS},\n                                       success: { response in\n\t// Handle response. Remember to dispatch to main thread if updating UI\n}, failure: { error in\n\t// Handle error\n})\n```\n\n### Close Session\n```swift\nTieApiService.sharedInstance.closeSession({ response in\n\t// Handle response. Remember to dispatch to main thread if updating UI\n}, failure: { error in\n\t// Handle error\n})\n```\n\n\n## Installation\n\n### CocoaPods\n\n[CocoaPods](https://cocoapods.org) is a dependency manager for Cocoa projects. You can install it with the following command:\n\n```bash\n$ gem install cocoapods\n```\n\n\u003e CocoaPods 1.5+ is required to build TieApiClient 1.0.0+.\n\nTo integrate TieApiClient into your Xcode project using CocoaPods, specify it in your `Podfile`:\n\n```ruby\npod \"TieApiClient\"\n```\n\nThen, run the following command:\n\n```bash\n$ pod install\n```\n\n## License\n\nTieApiClient is released under the Apache License, Version 2.0. [See LICENSE](https://github.com/artificialsolutions/tie-api-client-ios/blob/master/LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartificialsolutions%2Ftie-api-client-ios","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartificialsolutions%2Ftie-api-client-ios","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartificialsolutions%2Ftie-api-client-ios/lists"}