{"id":18930042,"url":"https://github.com/labd/amplience-go-sdk","last_synced_at":"2025-07-26T23:34:54.109Z","repository":{"id":46861083,"uuid":"344764104","full_name":"labd/amplience-go-sdk","owner":"labd","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-07T14:51:08.000Z","size":223,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-03-28T22:51:11.287Z","etag":null,"topics":["amplience","go-sdk"],"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/labd.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["labd"]}},"created_at":"2021-03-05T09:46:08.000Z","updated_at":"2025-03-07T15:28:41.000Z","dependencies_parsed_at":"2024-05-14T02:30:37.536Z","dependency_job_id":"1db1aa2b-a053-4fb3-8fb7-cbede2693136","html_url":"https://github.com/labd/amplience-go-sdk","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labd%2Famplience-go-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labd%2Famplience-go-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labd%2Famplience-go-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labd%2Famplience-go-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/labd","download_url":"https://codeload.github.com/labd/amplience-go-sdk/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249097895,"owners_count":21212372,"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":["amplience","go-sdk"],"created_at":"2024-11-08T11:36:20.782Z","updated_at":"2025-04-15T15:31:14.703Z","avatar_url":"https://github.com/labd.png","language":"Go","funding_links":["https://github.com/sponsors/labd"],"categories":[],"sub_categories":[],"readme":"# Amplience GO SDK\n\nGO SDK for [Amplience](https://amplience.com/).\n\n## Development\n\nTo test the API, it might be useful to create a `main.go` file with your own Amplience credentials.\n\n```go\npackage main\n\nimport (\n  \"fmt\"\n  \"log\"\n\n  \"github.com/labd/amplience-go-sdk/content\"\n)\n\nfunc main() {\n\n  client, err := content.NewClient(\u0026content.ClientConfig{\n    ClientID:     \"\u003cmy-client-id\u003e\",\n    ClientSecret: \"\u003cmy-client-secret\u003e\",\n  })\n\n  results, err := client.HubList()\n  for _, hub := range results.Items {\n    log.Println(hub.ID)\n  }\n  hub, err := client.HubGet(\"\u003cmy-hub-id\u003e\")\n\n  results, err = client.ContentRepositoryList(\"\u003cmy-hub-id\u003e\")\n  for _, repository := range results.Items {\n    log.Println(repository.ID)\n  }\n\n  repository, err := client.ContentRepositoryGet(\"\u003cmy-repository-id\u003e\")\n  results, err = client.ContentItemList(repository.ID)\n  for _, item := range results.Items {\n    log.Println(item.ID)\n  }\n}\n```\n\nThen you can run your test code like so:\n\n```\ngo run main.go\n```\n\n## Contributing\n\nThe Amplience specifications can be found at https://amplience.com/developers/docs/apis/content-management-reference/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flabd%2Famplience-go-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flabd%2Famplience-go-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flabd%2Famplience-go-sdk/lists"}