You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,18 @@
1
1
# go-bitbucket-server
2
-
go-bitbucket-server is a Go client library for accessing the Bitbucket Server API v1.
3
2
4
-
> This client is under development , I started with endpoints that is important to me. The goal eventually is to cover the all endpoints. Pull requests are welcomed to implement missed endpoints or fix bugs.
3
+
go-bitbucket-server is a [Go](https://golang.orgs) client library for accessing the
4
+
[Bitbucket](https://www.atlassian.com/software/bitbucket) Server API v1.
5
+
6
+
> This client is under development , I started with endpoints that is important to me.
7
+
> The goal eventually is to cover the all endpoints.
8
+
> Pull requests are welcomed to implement missed endpoints or fix bugs.
9
+
10
+
The interface design of this package was inspired by [google/go-github](https://github.com/google/go-github)
11
+
and [andygrunwald/go-jira](https://github.com/andygrunwald/go-jira).
0 commit comments