Skip to content

Commit

Permalink
introduce Client.Config()
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismarget-j committed Dec 14, 2024
1 parent f5275c3 commit 5f85da5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apstra/api_user.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ func (o *Client) stopTaskMonitor() {
}
}

func (o *Client) Config() ClientCfg {
return o.cfg
}

func (o *Client) login(ctx context.Context) error {
response := &userLoginResponse{}
err := o.talkToApstra(ctx, &talkToApstraIn{
Expand Down

0 comments on commit 5f85da5

Please sign in to comment.