{"id":24621544,"url":"https://github.com/gofynd/fdk-client-golang","last_synced_at":"2025-08-12T02:36:18.936Z","repository":{"id":37679056,"uuid":"342463236","full_name":"gofynd/fdk-client-golang","owner":"gofynd","description":"Fynd Development Kit(FDK) for Golang","archived":false,"fork":false,"pushed_at":"2023-10-26T13:14:04.000Z","size":36040,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-03-13T04:02:29.307Z","etag":null,"topics":["fdk","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","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":null,"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}},"created_at":"2021-02-26T04:32:44.000Z","updated_at":"2024-08-29T10:40:36.000Z","dependencies_parsed_at":"2023-10-26T14:45:45.577Z","dependency_job_id":null,"html_url":"https://github.com/gofynd/fdk-client-golang","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/gofynd/fdk-client-golang","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gofynd%2Ffdk-client-golang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gofynd%2Ffdk-client-golang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gofynd%2Ffdk-client-golang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gofynd%2Ffdk-client-golang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gofynd","download_url":"https://codeload.github.com/gofynd/fdk-client-golang/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gofynd%2Ffdk-client-golang/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269990359,"owners_count":24508841,"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","status":"online","status_checked_at":"2025-08-12T02:00:09.011Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","golang"],"created_at":"2025-01-25T02:22:50.918Z","updated_at":"2025-08-12T02:36:18.867Z","avatar_url":"https://github.com/gofynd.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FDK Golang\n\nFDK client for Golang\n\n## Getting Started\n\nGet started with the Golang Development SDK for Fynd Platform\n\n### Usage\n\n```\nimport \"https://github.com/gofynd/fdk-client-golang/\"\n```\n\n\n### Sample Usage (ApplicationClient):\n\n```golang\nconfig, err := application.NewAppConfig(\"YOUR_APPLICATION_ID\", \"YOUR_APPLICATION_TOKEN\", \"DOMAIN\", \u0026application.Options{})\nif err != nil {\n\tlog.Println(err)\n\treturn\n}\nclient := application.NewAppClient(config);\nres, err := client.Content.GetLandingPage()\nif err != nil {\n\tlog.Println(err)\n\treturn\n}\n\n```\n\n### Sample Usage (PlatformClient):\n\n```golang\nplatformConfig := platform.NewPlatformConfig(\"YOUR_COMPANY_ID\", \"API_KEY\", \"API_SECRET\", \"DOMAIN\")\n\nplatformConfig.SetOAuthClient()\n//Set token using OAuthClient\n\nplatformClient := platform.NewPlatformClient(platformConfig)\nres, err := platformClient.Catalog.GetProducts(platform.PlatformGetProductsXQuery{})\nif err != nil {\n\tlog.Println(err)\n\treturn\n}\n\n```\n\n\n### Documentation\n\n- [Application Front](documentation/APPLICATION.md)\n- [Platform](documentation/PLATFORM.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgofynd%2Ffdk-client-golang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgofynd%2Ffdk-client-golang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgofynd%2Ffdk-client-golang/lists"}