mirror of
https://github.com/gfleury/go-bitbucket-v1.git
synced 2025-04-04 17:00:12 -05:00
Merge branch 'master' of https://github.com/gfleury/go-bitbucket-v1
This commit is contained in:
commit
4b528f791c
@ -9,14 +9,14 @@ import (
|
||||
)
|
||||
|
||||
func main() {
|
||||
basicAuth := bitbucketv1.BasicAuth{UserName: "gfleury", Password: "killmore"}
|
||||
basicAuth := bitbucketv1.BasicAuth{UserName: "", Password: ""}
|
||||
ctx, cancel := context.WithTimeout(context.Background(), 6000*time.Millisecond)
|
||||
ctx = context.WithValue(ctx, bitbucketv1.ContextBasicAuth, basicAuth)
|
||||
defer cancel()
|
||||
|
||||
client := bitbucketv1.NewAPIClient(
|
||||
ctx,
|
||||
bitbucketv1.NewConfiguration("http://ec2-54-186-25-213.us-west-2.compute.amazonaws.com/rest"),
|
||||
bitbucketv1.NewConfiguration("http://amazonaws.com/rest"),
|
||||
)
|
||||
response, err := client.DefaultApi.GetUsers(nil)
|
||||
if err != nil {
|
||||
|
Loading…
x
Reference in New Issue
Block a user