{"id":18930052,"url":"https://github.com/labd/contentstack-go-sdk","last_synced_at":"2025-04-15T15:31:15.521Z","repository":{"id":57704874,"uuid":"444053716","full_name":"labd/contentstack-go-sdk","owner":"labd","description":"Go SDK for the Contentstack management API","archived":false,"fork":false,"pushed_at":"2025-03-14T08:03:29.000Z","size":51,"stargazers_count":1,"open_issues_count":0,"forks_count":5,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-03-28T22:51:10.663Z","etag":null,"topics":["contentstack","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":"2022-01-03T12:30:20.000Z","updated_at":"2025-03-14T08:02:41.000Z","dependencies_parsed_at":"2024-11-08T11:41:42.230Z","dependency_job_id":"8d6eaec1-d5d2-46b4-aa0e-c0272bc5fe6b","html_url":"https://github.com/labd/contentstack-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%2Fcontentstack-go-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labd%2Fcontentstack-go-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labd%2Fcontentstack-go-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labd%2Fcontentstack-go-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/labd","download_url":"https://codeload.github.com/labd/contentstack-go-sdk/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249097896,"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":["contentstack","go-sdk"],"created_at":"2024-11-08T11:36:22.220Z","updated_at":"2025-04-15T15:31:15.516Z","avatar_url":"https://github.com/labd.png","language":"Go","funding_links":["https://github.com/sponsors/labd"],"categories":[],"sub_categories":[],"readme":"# Contentstack management SDK for Go\nThis is the Go SDK for the contentstack management API. It is primarily\ndeveloped to be used in our terraform provider for contenstack, see\nhttps://github.com/labd/terraform-provider-contentstack\n\n## Example\n\n```go\ncfg := management.ClientConfig{\n    BaseURL:    \"https://eu-api.contentstack.com/\",\n    HTTPClient: httpClient,\n    AuthToken:  \"foobar\", // Optional\n}\n\nclient, err := management.NewClient(cfg)\nif err != nil {\n    panic(err)\n}\n\nstackAuth := management.StackAuth{\n    ApiKey:          \"foobar\", // Required\n    ManagementToken: \"secret\", // Optional\n    Branch:          \"development\", // Optional\n}\n\ninstance, err := client.Stack(stackAuth)\nif err != nil {\n    panic(err)\n}\n\nwebhooks, err := stack.WebHookFetchAll(context.TODO())\nif err != nil {\n    panic(err)\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flabd%2Fcontentstack-go-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flabd%2Fcontentstack-go-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flabd%2Fcontentstack-go-sdk/lists"}