mirror of
https://github.com/gfleury/go-bitbucket-v1.git
synced 2025-04-05 01:10:12 -05:00
Update main.go
This commit is contained in:
parent
98ce84d1c0
commit
bdaa5243e7
@ -9,14 +9,14 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
basicAuth := bitbucketv1.BasicAuth{UserName: "gfleury", Password: "killmore"}
|
basicAuth := bitbucketv1.BasicAuth{UserName: "", Password: ""}
|
||||||
ctx, cancel := context.WithTimeout(context.Background(), 6000*time.Millisecond)
|
ctx, cancel := context.WithTimeout(context.Background(), 6000*time.Millisecond)
|
||||||
ctx = context.WithValue(ctx, bitbucketv1.ContextBasicAuth, basicAuth)
|
ctx = context.WithValue(ctx, bitbucketv1.ContextBasicAuth, basicAuth)
|
||||||
defer cancel()
|
defer cancel()
|
||||||
|
|
||||||
client := bitbucketv1.NewAPIClient(
|
client := bitbucketv1.NewAPIClient(
|
||||||
ctx,
|
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)
|
response, err := client.DefaultApi.GetUsers(nil)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user