{"id":24621590,"url":"https://github.com/gofynd/fdk-client-swift","last_synced_at":"2026-04-15T00:02:18.602Z","repository":{"id":37679167,"uuid":"337939949","full_name":"gofynd/fdk-client-swift","owner":"gofynd","description":"Fynd Development Kit(FDK) for Swift ","archived":false,"fork":false,"pushed_at":"2026-04-02T19:31:01.000Z","size":328207,"stargazers_count":5,"open_issues_count":1,"forks_count":7,"subscribers_count":7,"default_branch":"master","last_synced_at":"2026-04-03T06:37:31.628Z","etag":null,"topics":["fdk"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gofynd.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-02-11T05:38:05.000Z","updated_at":"2026-04-02T19:18:45.000Z","dependencies_parsed_at":"2023-11-06T08:41:28.307Z","dependency_job_id":"e428742c-b830-4544-ae1a-4956d8655fee","html_url":"https://github.com/gofynd/fdk-client-swift","commit_stats":{"total_commits":418,"total_committers":2,"mean_commits":209.0,"dds":"0.014354066985645897","last_synced_commit":"10aa4c4ed5bac74955fc090da427190c95dcc6e4"},"previous_names":[],"tags_count":141,"template":false,"template_full_name":null,"purl":"pkg:github/gofynd/fdk-client-swift","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gofynd%2Ffdk-client-swift","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gofynd%2Ffdk-client-swift/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gofynd%2Ffdk-client-swift/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gofynd%2Ffdk-client-swift/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gofynd","download_url":"https://codeload.github.com/gofynd/fdk-client-swift/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gofynd%2Ffdk-client-swift/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31820369,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"ssl_error","status_checked_at":"2026-04-14T18:05:01.765Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["fdk"],"created_at":"2025-01-25T02:23:27.507Z","updated_at":"2026-04-15T00:02:18.561Z","avatar_url":"https://github.com/gofynd.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FDK Swift\n\nFDK client for Swift language\n\n## Getting Started\n\nGet started with the Swift Development SDK for Fynd Platform\n\n### Usage\n\n1. Add `pod 'FDKClient', :git =\u003e 'https://github.com/gofynd/fdk-client-swift'`\n2. Do `pod install`\n3. Add `import FDKClient`\n4. Start integrating\n\n### Sample Usage - PublicClient\n\n```swift\nlet config = PublicConfig()\nlet publicClient = PublicClient(config: config)\npublicClient.webhook.fetchAllWebhookEvents() { (webhookEvents, error) in\n    if let webhookEvents = webhookEvents {\n        print(webhookEvents.debugDescription)\n    } else if let error = error {\n        print(error.message)\n    }\n}\n```\n\n### Sample Usage - ApplicationClient\n\n```swift\nguard let config = ApplicationConfig(\n    applicationId: \"YOUR_APPLICATION_ID\",\n    applicationToken: \"YOUR_APPLICATION_TOKEN\") {\n        return\n}\nlet applicationClient = ApplicationClient(config: config)\napplicationClient.catalog.getProductDetailBySlug(slug: \"product-slug\") { (product, error) in\n    if let product = product {\n        print(product.name)\n    } else if let error = error {\n        print(error.message)\n    }\n}\n```\n\n### Sample Usage - PlatformClient\n\n```swift\nguard let config = PlatformConfig(\n    companyId: \"COMPANY_ID\", \n    apiKey: \"API_KEY\", \n    apiSecret: \"API_SECRET\") {\n        return\n}\nlet platformClient = PlatformClient(config: config)\nplatformClient.catalog.getCompanyDetail { (response, error) in\n    if let companyDetail = response {\n        print(\"Name of the company \\(companyDetail.name)\")\n    } else if let error = error {\n        print(error.message)\n    }\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgofynd%2Ffdk-client-swift","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgofynd%2Ffdk-client-swift","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgofynd%2Ffdk-client-swift/lists"}