From e5d806c8429b2f5a12e0c03cd83bb22ef60972ce Mon Sep 17 00:00:00 2001 From: George Fleury Date: Tue, 17 Mar 2020 19:53:56 -0300 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 313f7c0..4f046e1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ # Go API client for Bitbucket (bitbucket-server V1) +[![Build Status](https://travis-ci.org/gfleury/gobbs.svg?branch=master)](https://travis-ci.org/gfleury/gobbs) +[![GoDoc](https://godoc.org/github.com/gfleury/gobbs?status.svg)](https://godoc.org/github.com/gfleury/gobbs) + ## Overview +API client for Atlassian's Bitbucket Server (former stash). This API client was generated by the [swagger-codegen](https://github.com/swagger-api/swagger-codegen) project. By using the [swagger-spec](https://github.com/swagger-api/swagger-spec) from a remote server, you can easily generate an API client. - API version: From efe46359cc87ee865c03025c617148eab05900ce Mon Sep 17 00:00:00 2001 From: George Fleury Date: Tue, 17 Mar 2020 19:54:35 -0300 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4f046e1..215c20d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Go API client for Bitbucket (bitbucket-server V1) -[![Build Status](https://travis-ci.org/gfleury/gobbs.svg?branch=master)](https://travis-ci.org/gfleury/gobbs) -[![GoDoc](https://godoc.org/github.com/gfleury/gobbs?status.svg)](https://godoc.org/github.com/gfleury/gobbs) +[![Build Status](https://travis-ci.org/gfleury/go-bitbucket-v1.svg?branch=master)](https://travis-ci.org/gfleury/go-bitbucket-v1) +[![GoDoc](https://godoc.org/github.com/gfleury/go-bitbucket-v1?status.svg)](https://godoc.org/github.com/gfleury/go-bitbucket-v1) ## Overview