{"id":18030579,"url":"https://github.com/suhaibmujahid/go-bitbucket-server","last_synced_at":"2025-04-04T21:16:46.572Z","repository":{"id":45422332,"uuid":"248097807","full_name":"suhaibmujahid/go-bitbucket-server","owner":"suhaibmujahid","description":"Go library for accessing the Bitbucket Server API v1","archived":false,"fork":false,"pushed_at":"2021-12-20T19:45:33.000Z","size":48,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-10T05:44:07.353Z","etag":null,"topics":["atlassian-bitbucket","bitbucket","bitbucket-api","bitbucket-api-v1","bitbucket-server","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/suhaibmujahid.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}},"created_at":"2020-03-17T23:56:36.000Z","updated_at":"2020-04-19T06:24:21.000Z","dependencies_parsed_at":"2022-08-31T07:20:17.390Z","dependency_job_id":null,"html_url":"https://github.com/suhaibmujahid/go-bitbucket-server","commit_stats":null,"previous_names":["suhaibmujahid/go-bitbucket"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suhaibmujahid%2Fgo-bitbucket-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suhaibmujahid%2Fgo-bitbucket-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suhaibmujahid%2Fgo-bitbucket-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suhaibmujahid%2Fgo-bitbucket-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/suhaibmujahid","download_url":"https://codeload.github.com/suhaibmujahid/go-bitbucket-server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247249546,"owners_count":20908213,"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":["atlassian-bitbucket","bitbucket","bitbucket-api","bitbucket-api-v1","bitbucket-server","golang"],"created_at":"2024-10-30T09:14:38.752Z","updated_at":"2025-04-04T21:16:46.544Z","avatar_url":"https://github.com/suhaibmujahid.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-bitbucket-server\n[![Go](https://github.com/suhaibmujahid/go-bitbucket-server/workflows/Go/badge.svg)](https://github.com/suhaibmujahid/go-bitbucket-server/actions?query=workflow%3AGo)\n\ngo-bitbucket-server is a [Go](https://golang.orgs) client library for accessing the \n[Bitbucket](https://www.atlassian.com/software/bitbucket) Server API v1.\n\n\u003e This client is under development , I started with endpoints that is important to me.\n\u003e The goal eventually is to cover the all endpoints.\n\u003e Pull requests are welcomed to implement missed endpoints or fix bugs.  \n\nThe interface design of this package was inspired by [google/go-github](https://github.com/google/go-github) \nand [andygrunwald/go-jira](https://github.com/andygrunwald/go-jira).\n\n\n## Usage\n\n```go\nimport \"github.com/suhaibmujahid/go-bitbucket-server/bitbucket\"\n\nclient := bitbucket.NewServerClient(\"http://localhost:7990/rest/api/1.0/\", http.DefaultClient)\n\n// retrieve the authenticated user\nuser, _, err := client.Users.Myself(context.Background())\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuhaibmujahid%2Fgo-bitbucket-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuhaibmujahid%2Fgo-bitbucket-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuhaibmujahid%2Fgo-bitbucket-server/lists"}