{"id":24835633,"url":"https://github.com/medigo/go-zendesk","last_synced_at":"2025-10-14T10:30:26.183Z","repository":{"id":45600691,"uuid":"46786656","full_name":"MEDIGO/go-zendesk","owner":"MEDIGO","description":"A Zendesk client library for Go","archived":false,"fork":false,"pushed_at":"2024-06-07T10:43:20.000Z","size":221,"stargazers_count":47,"open_issues_count":10,"forks_count":44,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-04-07T04:03:07.496Z","etag":null,"topics":["go","zendesk","zendesk-api"],"latest_commit_sha":null,"homepage":null,"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/MEDIGO.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-11-24T11:13:56.000Z","updated_at":"2024-11-06T11:55:05.000Z","dependencies_parsed_at":"2024-06-18T20:09:12.195Z","dependency_job_id":"18faf24d-8550-4a6b-9d29-f311b9cbb43a","html_url":"https://github.com/MEDIGO/go-zendesk","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MEDIGO/go-zendesk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MEDIGO%2Fgo-zendesk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MEDIGO%2Fgo-zendesk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MEDIGO%2Fgo-zendesk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MEDIGO%2Fgo-zendesk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MEDIGO","download_url":"https://codeload.github.com/MEDIGO/go-zendesk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MEDIGO%2Fgo-zendesk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018780,"owners_count":26086452,"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-10-14T02:00:06.444Z","response_time":60,"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":["go","zendesk","zendesk-api"],"created_at":"2025-01-31T04:34:45.648Z","updated_at":"2025-10-14T10:30:25.845Z","avatar_url":"https://github.com/MEDIGO.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go-Zendesk\n\n[![GoDoc](http://godoc.org/github.com/MEDIGO/go-zendesk/zendesk?status.png)](http://godoc.org/github.com/MEDIGO/go-zendesk/zendesk)\n\nGo-Zendesk is a [Zendesk Core API](https://developer.zendesk.com/rest_api/docs/core/introduction) client library for Go.\n\nThis library is used internally at MEDIGO and the API resources are being implemented as needed.\n\n**It's work in progress. Use with caution.**\n\n## Usage\n\n```go\npackage main\n\nimport (\n  \"log\"\n\n  \"github.com/MEDIGO/go-zendesk/zendesk\"\n)\n\nfunc main() {\n    client, err := zendesk.NewClient(\"domain\", \"username\", \"password\")\n    if err != nil {\n        log.Fatal(err)\n    }\n    ticket, err := client.ShowTicket(1)\n    if err != nil {\n        log.Fatal(err)\n    }\n    log.Printf(\"Requester ID is: %d\", *ticket.RequesterID)\n}\n```\n\nFind the complete API on https://godoc.org/github.com/MEDIGO/go-zendesk/zendesk#NewClient\n\n\n## Development\n\n### Linting\n\nTo lint the source code, use the command:\n\n```\n$ make lint\n```\n\n### Testing\n\nThe project contains integration tests that uses the Zendesk API. To execute them you must provide the following values in a `.env` file:\n\n```\nZENDESK_DOMAIN=\u003cyour-zendesk-domain\u003e\nZENDESK_USERNAME=\u003cyour-zendesk-api-email\u003e\nZENDESK_PASSWORD=\u003cyour-zendesk-api-password\u003e\n```\n\nThen, to run the test, use the command:\n\n```\n$ make test\n```\n\nPlease note that integration tests will create and alter entities in the configured Zendesk instance.\nYou most likely want to run them against a [Zendesk Sandbox](https://support.zendesk.com/hc/en-us/articles/203661826-Testing-changes-in-your-sandbox-Enterprise-) instance.\n\n## Copyright and license\n\nCopyright © 2017 MEDIGO GmbH. go-zendesk is licensed under the MIT License. See LICENSE for the full license text.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmedigo%2Fgo-zendesk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmedigo%2Fgo-zendesk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmedigo%2Fgo-zendesk/lists"}